Individual
Errors -
- H1 heading - needs to be <h1></h1>
- HTML needs to be under doctype
- <body> needs to be moved below Header
- </head> needs to be removed below main
- In the the <i> needs to be added before University
- And <i> needs to be added before Art
- <i>needs to be added after Idaho
- Line 41 needs </b> instead of 2 <b>
Team 3
- No title
- Title tag is outside of head tag
- H1 heading - needs to be <h1></h1>
- 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