Horje

How to Use the id attribute to link to an element with a specified id within a page

There is a link at the bottom of the page!
index.html
Example: HTML
 <html>
<body>

<h2><a id="top">Some heading</a></h2>

<p>Lots of text....</p>
<p>Lots of text....</p>
<p>Lots of text....</p>

<a href="#top">Go to top</a>

</body>
</html> 

Output should be:

How to Use the id attribute to link to an element with a specified id within a page




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Global Attributes
Uploaded by:
Admin