tutorial 1: linking resources to an HTML page

watch it on YouTube

Notes

New Tags Covered

id
id is a universal property used to name an html element. Id lables can be used in internal page links to target an area of the page.
<nav></nav>
organizational tag used to code a navigation section. Typically there is only 1 nav section on a page, usually at the top, left top, or right top of the page.
<a></a>
the anchor tag (a) is used to link to external resources. It must include an href property in order to function.
href
the hyperlink reference (href) property is used in various tags to point to a new location. href links can be internal or external.