Individual List
- Doctype isnt declared
- </h2> isnt paired with another <h2>
- </head> isnt paired with anythint
- There are two </i> with no starting tag
- No </b> to end the bold on line 41
- On line 60 there is a missing bracket for <a>
- Line 81 missing a bracket on <br>
- Line 108 is missing a pairing for </h3>
- On line 141 </aside> doesnt work since <p> was never closed on line 106
- </main> is missing to close the document
Team 3
Challenge 2 - 2nd Place
- No Title
- Title tag is outside of head tag
- H1 heading - needs to be <h1></h1>
- <!doctype> is declared under <html>
- No </main>
- <body> needs to be moved below Header
- br is closed with a ‘}’ instead of ‘>’
- The 2 is outside of Summary 2’s link declaration
- Line 41 needs </b> instead of 2 <b>
- </i> needs to be added after Idaho
- And <i> needs to be added before Art
- In line 37 the <i> needs to be added before University
- <p> and <a> are closed out of order for “Step 2 - HTML Tagging”
- Random closing aside tag that’s not paired
- Summary 4 is under <h7>, not <p> like the rest
- Closing </h3> with no starting statement
- <footer> and <p> are closed out of order
- Closing html tag is inside body tag
- Step 8 is closed with a </h3> instead of </p>
- Header starts with <h1> but ends with </h2>
- <h1> and <b> are closed out of order at the start of <aside>
- <br> never has a closing statement