TEAM LIST
- Doctype must be declared first
- Title must be in head
- There is no closing tag for main
- No <h2> starting tag
- NO </h1> closing tag
- Many unpaired h1-h7 tags
- All visible text needs to be in the body.
- Line 37 - cannot open a tag with </i> (a closing tag)
- Line 41 - need a closing tag for </b>
- Line 40-42 - Repeat of <h2> but (Line 26 was never properly tagged.)
- Line 60 - <a> anchor tag is not placed properly. Before the </p> tag
- Line 81 - Did not close tag properly
- Line 108 - Random </h3> that was not started properly. Not paired
- Line 141 - <aside> does not have all proper tags within
- Line 146 - 149 - <p></p> is being separated by footer tag
- Line 152 - html closing tag should be at the very end
- Line 154 - /body needs to be within html tag
- The UTF has one 8 not two
- No double ending tag for head
- No end tag for em