INDIVIDUAL LIST:
- html before doctype
- h2 closing tag instead of h1
- random head closing tag in main
- no i starting tag
- no b closing tag
- a closing tag and p closing tag should be flipped
- br tag needs pointed bracket instead of curly bracket
- no h3 starting tag
- no p closing tag
- footer end and p end should be flipped
- html end and body end should be flipped
TEAM LIST:
- html before doctype
- h1
Hello my name is Blake
/h2 - wrong header
- Line 34 /head is not paired with anything
- I am a member of the b Art Department b - needs a b in the beginning
- Line 60-62 - p a href="step2.html"
- Step 2 - HTML Tagging
- /p /a - is not paired right
- Line 108- /h3 needs an open h3
- Missing line /main at the end
- Not paired with a CSS
- The body tag ends outside the HTML close tag.
- P in the footer closes outside footer.
- The link in Summary 2 on line 113 cuts off the title of Summary 2 between Summary and 2
- On line 120 there's an h7 instead of a p for summary 4
- On line 108 The summaries should be h1
- Lines 37 to 38 include closed and unclosed i and em duplicate without closing the previous ones.
- Lines 42 does not define b in any way so it cannot read properly.
- Lines 56 and 57 should be swapped to properly close.
- Line 62 /p and /a should be flipped to properly close
- Lines 81 should not have a closed } but instead have a closing bracket
- Line 141 has no matching start tag
- Line 149 needs to have a /p tag
- There needs to be a /main and /body tag inside /html
- /html needs to be the last tag, not /body