Use the id property in a tag at the appropriate place on the page to code the target for your link
Best practice is to put your id property in the organizational tag for the area being linked to
Use the nav organizational tag to code your page navigation area
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.