Cheat Sheet:
<header> Introductory content or navigational links for a page/section.
<p> It is a tag used to include a paragraph
<br> Line break
<div> It is a container used to group things
<ol> An ordered list
<ul> An unordered list
<li> Used to define elements of a list
<article> Defines an article
<aside> Defines content aside from the page content
<footer> Defines a footer for a document or a section
<h1> <h6> Defines HTML headings and they decrease in a descending order
<nav> Defines navigation links
<body> Defines the document body
<head> Contains metadata or information for the document
<section> Defines a section in a document
<title> Defines the title for a document
<a> Defines a link
<em> Defines emphasized text
<blockquote> Defines section quoted from other source
<link> Defines relationship between a document and an external source
<bold> Used to make the text bold
<strong> Used to define important text
<meta> Defines metadata about an HTML document
<doctype> Defines the document type
<img> Defines an image
<address> Defines the contact information for author/owner of a document
<dh> Typo?
<dd> Defines a description or an value of a term in a description list
<dt> Defines a description term
<table> Used to define a table
<tr> <td> Used to define table rows and data
HREF Attribute