| Home Page/ Site Map |
|---|
How To Make A Named Anchor Link Using HTML code |
|---|
| Please share and/ or +1 this page |
Jump to another place on a web page | Play leapfrog | ||||
| by Roger Chartier:
Some web pages are very long and if you want to refer back up or down to a specific spot ( a word or title) then this is the HTML code to use. <a name="whereyouwanttojumpto"></a> Use this link to jump back to it <a href="#whereyouwanttojumpto">jump text to named anchor</a> To jump to a specific anchor in a different page use the #anchorname code at the end of a link. <a href="http://www.example.com/examplepage.html#whereyouwanttojumpto"> jump text to named anchor in a different page</a> jump text to named anchor is the text you will use to launch the jump from. It is the link to the named anchor. You may have a title or phrase or word such as My Hero and in a different part of the text you want to refer to the section where the phrase or word My Hero is and the text you might use to depart from is way down on the bottom of the page. This is the code: for the anchor text, place it before the actual text in the body: My hero is a great guy would be the text. <a name="My Hero"></a> My Hero is a great guy...etc.
And more
Almost
Here it is: | |||||