Jenna Rowe | ART 354 Web Design | January 28th, 2022
Individual
Doctype isn’t declared first
Line 26: should be </h1>
Multiple headers
Line 34: no paired header
Line 37: mixed <em> + <i>
Line 41: didn’t close properly, should be <b></b>
Line 56 + 57: switched </h1> + </b>
Line 62: switched </a> + </p>
Line 81: <br} should be <br>
Line 108: </h3> should be </p>
Line 148 + 149: switched </footer> + </p>
Line 152 + 154: switched </body> + </html>
Missing </main>
Team
Line 1: Doctype must be declared first
Line 16: Title outside of <head>
Line 26: </h2> should be </h1>
Line 34: </head> after <main> can’t close before you open a tag
Line 37: There isn’t a start for <i> in: ‘I went to school at the <em>University of Idaho</i>...’; There are two starts for <em>, one either needs to be removed or another close needs to be added: ‘I went to school at the <em>University of Idaho</i>, and <em>Art Center College of Design</i>, and <i>BYU-Idaho</em>.’; There isn’t a start for <i> in: ‘...and <em>Art Center College of Design</i>...’; There isn’t a close for </i> in: ‘...and <i>BYU-Idaho</em>.’
Line 41: <b> and <b>, end tag should be </b>
Line 56: <b> and <h1> not nested properly
Line 62: <p> and <a> not nested properly
Line 73: <h7> is not a real thing
Line 81: <br}
Line 108: </h3> should be </p> OR
Line 108: Could add <h3> and switch the two
Line 118: Summary </a> 2
Line 125: <h7>
Line 148: <p> and <footer> not nested correctly
Line 152-154: </body> and </html> should be flipped