We will tackle the anchor tags. Anchor tags are used to link pages.
This is the basic anchor format:
<a href="http://where-do-you-want-to-go.com">Link Text</a>
Attributes
There are certain attributes that affect how a link works.
target
target is used to specify where the the HTML document will should load. Target names should be used to identify the the target. This attribute can be [...]