Challenge 2 - Another easy dub
♚
Personal List
- Doc type has to be declared first
- HTML tag goes after doc type
- Misssjng h2 tag
- Missing 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
Group List
- Doc type has to be declared first
- HTML tag goes after doc type
- Misssjng h2 tag
- Missing 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
- All the sections need to be in articles or divs to make it easier to move them with floats
- Steps 2-4 is not in the same paragraph section as 5-8