Question:Intra page linking or navigation? 

Answer Intrapage linking enables us to have a link in a document that will automatically go to another location within the same document. This is achieved by creating a link to the location using an octothorpe (#) followed by a relevant name, and then defining the location using an anchor element and the name attribute with that name. This technique is most helpful for navigating very long documents.Example
<p><a href="#news">Go to the News</a></p>
<h1>Welcome</h1>
<p>This paragraph welcomes you.</p>
<h2>About</h2>
<p>This paragraph talks about us.</p>
<h2><a name="news">News</a></h2>
<p>This is the section your link will go to.</p>
 

+ Report
Total Preview: 1102
Intra page linking or navigation?
Copyright © 2024. Powered by Intellect Software Ltd