Text Elements – Section 2
We learned about <strong> instead of <b> to bold text. And <em> emphasize instead of <i> to italicize text. Also, about headers <h1> to <h6>
<! – – to commit out something – – >
List Elements
<ol> for ordered lists or numbered lists
<li>List Item</li>
</ol> to close ordered list
<ul> for unordered lists, or bullet points
<li>List Item</li>
</ul> to close unordered lists