Individual List
- Did not declare doc type first
- On line 25 h1 tag is not paired with a closing h1 tag
- Extra head tag
- On line 37 em tag is paired with a losing i tag
- On line 41 there is no closing b tag
- closing b tag after closing h1 tag
- Closing a tag is after p tag
- curly bracket instead of >
- p tag paired with h3 tag
- Random aside closing tag with no opening tag
- footer as p tag inside of it with closing p tag outside of it
- closing html tag is inside body tag
Team List
- 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