Visual Step by Step Workbook that shows how to link to content inside of a web page compliant with HTML5. You create a web page with an internal content navigation plan. The page teases the user with summary content on the top of the page and provides links to more details further down in the page. Then the page provides links back to the top of the web page to keep the visitor engaged. You hand code the HTML using the anchor element, the "a
" tag, the href
attribute and the id
attribute.
This is designed for anyone who is learning about HTML for the first time and wants a better understanding of how to link to content within a web page and are learning about the anchor element commonly called the “a” tag or hyperlink.