Individual List:
- Line 5 - CSS does not use < >
- Line 15 - You don’t need to close main
- Line 20 - there is no display: diamonds
- Line 25 - uses [ bracket instead of {
- Line 27 - uses ] instead of }
- Line 35 - div doesn’t have a . in-front of it
- Line 52 - Note is not put in properly
- Line 63 - Body with background color is labeled twice
- Line 67 - header does not need a . In-front of it (it is not a div)
Group List:
- Main is inside <> opening tags doesn't need to be
- Body has brackets instead of curly braces
- 4 either needs to be a class or id. Specific mark is missing
- The explanation mark needs to be inside note-Cntrl /
- Main has html closing tags, just needs bracket
- Diamonds isn't a correct display type
- Two headers labeled .header nav a
- Margin bottom has no unit
- Margin top has no unit
- Padding left has no unit
- Padding right has no unit
- H2 height is spelled wrong
- Body with background color is labeled twice
- The header nav active should be at the top
- Header nav visited should be at top
- Background color in menu-icon is spelled colour
- One header is displayed as id div instead of class
- Body is in between the header nav info