Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hyperlink</title>
</head>
<body>
<a name="top"></a>
<a href="#section 1">Go to section 1</a>
<b> Hey </b>
<br>
<a href="#section 2">Go to section 2</a>
<b> There are different types of html such as html 4,html 5,etc </b>
<br>
<b> For using google: </b>
<a href="https://www.google.com/">Go to google</a><br><br>
<b> For using Facebook: </b>
<a href="https://www.facebook.com/">Go to Facebook</a><br><br>
<b> For using Youtube: </b>
<a href="https://www.youtube.com/">Go to youtube</a><br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
section 1
<a href="#top">Go to top</a>
<a name="section 1"></a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Section 2
<a href="#top">Go to top</a>
<a name="section 2"></a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="#top">Go to top</a>
</body>
</html>

You might also like