My Own Cheatsheet

Tag Name Description
<h1> Heading H1 Most Important Heading
<li> List Item Used inside ordered lists (<ol>), unordered lists (<ul>) and in menu lists(<menu>)
<ul> Unordered List Use together with the <li> tag to create unordered lists
<ol> Ordered List Use together with the <li> tag to create ordered lists