<tagname name="value">content</tagname>
*Values should be contained inside quotation marks.
To make a link, you need 3 parts:
<a href="<http://www.github.com>">Github</a>
Optional target attribute tells the browser to open the link in a new tab.
<a href="home.html" target="_blank">Link Text</a>