Advertisements
Advertisements
Question
Write an HTML code to provide hyperlink to https://www.w3schools.com.
Short/Brief Note
Advertisements
Solution
<html>
<head>
<title> Hyperlink </title>
</head>
<body>
<A href = "https://www.w3schools.com"> W3 School </A>
</body>
</html>shaalaa.com
Is there an error in this question or solution?
