Andrea Grifka
General Business and Graphic Design
❀ Challenge 2 - First Place!
Individual List:
-
<html> has to come after the doctype
-
<h1> does not have a closing tag
-
</h2> is the wrong tag
-
</head> two times
-
</a> tag has to come before </p> in the link part
-
</body> needs to come before </html>
-
</html> closing tag goes at the end
-
<h7> is not in html
Group List:
First Place
-
Doc type has to be declared first
-
HTML tag goes after doc type
-
Missing h2 tag
-
Missing ending h1 tag
-
Additional head end tag added after main
-
Em tag switched with i tag
-
Another em Tag switched with i tag
-
Second opening b tag instead of closing
-
Open b tag inside the h1
-
Closing b tag outside the h1
-
Anchor closing tag missing
-
Anchor opening tag missing
-
Curly bracket instead or angle for br tag
-
No closing p tag
-
No opening h3 tag
-
Missing end p tag
-
Missing opening p tag
-
Missing body end tag
-
Missing main end tag
-
</html> goes at the very end of the whole thing
-
Links don't work
-
<h7> is in there and that is not a thing
-
The steps aren't in a ul list; they’re under the p tag