|
|
Designing Webpages |
|
|
HOME INTRODUCTION LAYOUT FORMAT LINKS LISTS TABLES BACKGROUNDS IMAGES NAVIGATION |
NAVIGATION... WITHIN A PAGEIf you have a long Webpage, it is helpful to be able to jump from the top to a section of the page, or from the middle to the top of the page. Use named anchors by copying and pasting the first portion of HTML code below to your Webpage (right after the <body> tag), and the second portion of HTML code to the end of your Webpage (just before the </body> tag). Please note the different syntax between the named anchor and the target; the link has a # while the target does not.Exercise:... BETWEEN PAGESFor a Website with multiple pages, the user should have a menu of links to those pages, preferably at the top or on the side of every page. This navigation menu or bar may have text of a particular color or be in a table with cells of a particular color. Consider the examples below:Exercise:
|