Challenge 2
Individual list
- Doc type has to be declared first
- No title
- It has to be h1 or h2 not both
- There is another closing head tag
- There is no beginning italic tag
- There is not ending bold tag
- The bold tag must be closed before the h1 tag
- The anchor tag must be closed before the paragraph tag is closed
- Theres a brake tag with no greater than sign
- Theres an opening paragraph tag and not end paragraph tag
- The paragraph tag must be closed before the footer tag
- The html end tag should be last not the body
- Theres no end main tag
- The title should be in the head tag
Group 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. Needs >
- 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 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