Challenge 2
I set up hyperlink options for the CSS file and added some curved boxes
Individual List
- No title
- <em> and <i> are closed out of order
- No ‘/‘ on second <b>
- h1 and b are closed out of order
- p and a are closed out of order for Step 2 - HTML Tagging
- br is closed with a ‘}’ instead of ‘>’
- Closing </h3> with no starting statement
- The 2 is outside of Summary 2’s link declaration
- Summary 4 is under h7, not p
- Footer and p are closed out of order
- No </main>
- <!doctype> is under <html>
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