Lists - H T M L
<ol> => Ordered List
<ol type = "1/A/a/I/i">
<ol start = "value">
<ol reversed="true">
<ul> => Unordered List
<ul type = "square/circle">
<li> => List item
<dl> => Description list
<dt> => Description term
<dd> => Describe a term in the dl