Challenge 2
Individual List
- Line 1 html should be below doctype html
- Line 24 and 26 dont finish h1 /h2
- Line 34 doesn't close header and is mislabeled as head
- Lines 37 to 38 include closed and unclosed (i) and (em) duplicate without closing the previous ones.
- Lines 42 does not define (b) in any way so it cannot read properly.
(/b)
- Lines 56 and 57 should be swapped to properly close.
- Line 62 (/p) and (/a) should be flipped to properly close
-
Lines 81 should not have a closed } but instead have a closing (>)
-
Line 108 has random (/h3) and/or contain (/p)
Team List
- (html) before doctype
- (h1)
Hello my name is Blake
(/h2) - wrong header
- Line 34 (/head) is not paired with anything (/li)
- I am a member of the (b)Art Department(b) - needs a (b) in the beginning (/li)
- Line 60-62- (p)(a href="step2.html")
- Line 108- (/h3) needs an open (h3) (/li)
- Missing line (/main) at the end (/li)
-
The body tag ends outside the HTML close tag.
-
On line 120 there's an h7 instead of a p for summary 4
-
15. On line 108 The summaries should be h1
-
Lines 37 to 38 include closed and unclosed (i) and (em) duplicate without closing the previous ones.
-
Lines 42 does not define (b) in any way so it cannot read properly.
-
Lines 56 and 57 should be swapped to properly close.
-
Line 62 (/p) and (/a) should be flipped to properly close
-
Lines 81 should not have a closed } but instead have a closing >
- Line 141 has no matching start tag
-
Line 149 needs to have a (/p) tag
- There needs to be a (/main) and (/body) tag inside (/html)
-
(/html) needs to be the last tag, not (/body)
List