Skip to content

Web Technology Program 4

4. Create a link to move within a single page rather than to load another page.

<html>
<head>
<title>
Moving With A Link</title>
</head>
<body>
<h2 align="center">a link to move within a single page rather than to load another page.</h2>
<a href="https://www.instagram.com/sidanagram/" align="center"><h1>Click The Link</h1></a>
</body>
</html>

Output