Attributes

<tagname name="value">content</tagname>

*Values should be contained inside quotation marks.

1. Element: Link

To make a link, you need 3 parts:

<a href="<http://www.github.com>">Github</a>

Link Targets:

Optional target attribute tells the browser to open the link in a new tab.

<a href="home.html" target="_blank">Link Text</a>