2
Individual list
-
(Line 24) <h1> does not have an ending
-
(Line 26) </h2> does not have a start
-
(Line 14 and 34) There are 2 <head> endings
-
(Line 37) </I> does not have a start tag
-
(Line 41) <b> needs to have an end tag
-
(Line 54-57) </b> should be inside of </h1>
-
(Line 60-62) </a> should be inside of <p>
-
(Line 81) <br> should end with >
-
(Line 108) </h3> missing start tag
-
(Line 106) <p> is missing an end tag
-
(Line 152) missing </main> end tag
-
(Line 154) missing </body> start tag
-
(Line 37) two <em>start tags, but only one end tag
-
(Line 34) no start tag for </head>
-
(Line 1) Doctype needs to be at the top
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 > not }
-
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