Pallaton2
Joined: 22 Feb 2013 Posts: 10
|
Posted: Fri Feb 22, 2013 2:29 pm Post subject: Back to the top navigation link |
|
|
If there is a lot of content to be displayed, the web page becomes very long, involving a lot of vertical scrolling. In such cases, it would be better if the content is divided and placed on separate pages. However, if that is not feasible (for whatever reasons), you should remember that by the time the visitor reaches the bottom of that long page, the navigation menu would be hidden from view. If that happens, it is good web design practice to display a "Top", "Back to the Top" or equivalent link at the bottom so that the visitor can be taken directly to the top section of the page where the navigation system resides. You can create such a link by using the HTML anchor tag. An anchor tag with the NAME attribute can be placed at the top of the page and the "Top" or "Back to the Top" link can then be linked to it. Check the HTML tutorial to learn how to write the required code. _________________ wedding dress |
|