-
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 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
-
Missing </main>
-
The closing </head> should be before the header