Challenge 2
Coding Errors
Individual List
-
Line 1: html tag goes to line 3 after !doctype, not line 1
-
Line 26: should be closing header 1, header 2 not previously opened.
-
Line 34: head tag is already completed previously.
-
Line 37: emphasis tag and italics tag should not be paired interchangeably.
-
Line 41: bold tag is not closed.
-
Line 56: bold tag must be closed inside header 1 tag.
-
Line 62: closing link tag must go before the closing paragraph tag.
-
Line 81: Curly brackets are used instead of gt/lt signs.
-
Line 108: header 3 tag should be a closing paragraph tag.
-
Line 141: section cannot be finished without closing line 108’s paragraph tag.
-
Line 148: Closing paragraph tag must go before the closing footer tag.
-
Line 152: closing html tag must go at the very end of the document.
-
Line 154: body tag must go before the ending html tag.
Team List
-
Line 1: html tag goes to line 3 after !doctype, not line 1
-
Line 9: “UTF-8” not “88”
-
Line 16: belongs in meta data.
-
Line 26: should be closing header 1, header 2 not previously opened.
-
Line 34: head tag is already completed previously.
-
Line 37: emphasis tag and italics tag should not be paired interchangeably.
-
Line 41: bold tag is not closed.
-
Line 56: bold tag must be closed inside header 1 tag.
-
Line 62: closing link tag must go before the closing paragraph tag.
-
Line 81: Curly brackets are used instead of gt/lt signs.
-
Line 108: header 3 tag should be a closing paragraph tag.
-
Line 139: header 7 tag is not a real tag.
-
Line 141: section cannot be finished without closing line 108’s paragraph tag.
-
Line 144: main tag needs a closing tag here, before footer.
-
Line 148: Closing paragraph tag must go before the closing footer tag.
-
Line 152: closing html tag must go at the very end of the document.
-
Line 154: body tag must go before the ending html tag.