Challenge 2
Broken Code
Individual Challenge
Winner!
-
Line 1 <html> should be <!doctype html> - doctype not declared
-
Line 26 <h1> not paired correctly, should be </h1> but it is </h2>
-
Line 27 </header> tag not paired
-
Line 34 </head> does not have a start tag
-
Line 37 </I> does not have a start tag
-
Line 37 </I> does not have a start tag (again)
-
Line 37 <I> doe not have an end tag
-
Line 38 <em> does not have an end tag
-
Line 42 <b> does not have an end tag
-
Line 56 </h1> must be outside </b> tag
-
Line 57 </b> must be inside h1 tag
-
Line 62 <a> tagged incorrectly
-
Line 81 Curly bracket not used in HTML
-
Line 108 </h3> missing start tag
-
Line 141 <p> on line 106 missing end tag
-
Line 148 </p> should be inside footer tag
-
Line 149 </footer> should be outside </p> tag
-
Line 152 <html> should be outside body
-
Line 154 body should be inside </html>
Group Challenge
Team 2 List
-
Line 1 <html> should be <!doctype html> - doctype not declared
-
Line 26 </h2> does not have start tag
-
Line 27. <h1> does not have end
-
Line 27 </header> tag not paired
-
Line 34 </head> does not have a start tag
-
Line 37 </I> does not have a start tag
-
Line 37 </I> does not have a start tag (again)
-
Line 37 <I> does not have an end tag
-
Line 38 <em> does not have an end tag
-
Line 42 <b> does not have an end tag
-
Line 56 </h1> must be outside </b> tag
-
Line 57 </b> must be inside h1 tag
-
Line 62 <a> tagged incorrectly
-
Line 81 <br} Curly bracket not used in HTML
-
Line 108 </h3> missing start tag
-
Line 141 <p> on line 106 missing end tag
-
Line 148 </p> should be inside footer tag
-
Line 149 </footer> should be outside </p> tag
-
Line 152 <html> should be outside body
-
Line 154 <body> should be inside </html>
-
Line 118 2 is not part of the <a> tag