Challenge 2      

Individual List 

9 Total Mistakes Found

1 – Doctype should be first

26 – In the header, you start with <h1> and end with </h2>

34 – No start tag for </head>

37 – No starting <i> 

37 – Missing closing </em> 

41 – Missing closing </h2> 

56 – </h2> must be after </b> 

62 – </p> must be after </a> 

81 – <br} should be <br>

Group List 

16 Total Mistakes Found

1 – Doctype should be first

16 – Title should be inside head 

26 – In the header, you start with <h1> and end with </h2> 

34 – </head> is unnecessary 

37 – Unnecessary </i> 

37 – Missing closing </em> 

41 – Missing closing </b> 

56 – </h1> must be after </b> 

62 – </p> must be after </a> 

81 – <br}  should be <br> 

108 – Should be </p> 

118 – “2” should be before </a> 

125 – There is no h7 

141 – </p> is missing on line 106 

148 – </p> should be before </footer> 

152 – </html> should be swapped with </body>