Challenge 3
Coding Errors Pt. 2
Individual List
-
Line 2: Note should say CSS document
-
Line 5: Gt and lt tags should not be used in CSS.
-
Line 10 and 13: value for margins not defined
-
Line 11 and 12: value for padding not defined
-
Line 20: 'Diamonds' is not a display option
-
Line 26: Square brackets are used instead of curly brackets.
-
Line 35: random number, possibly should be turned into a DIV.
-
Line 36: Hover command incorrect
-
Line 52: Note created incorrectly, exclamation point comes after dashes.
Team List
-
Main (line 5) needs curly Brackets
-
Body (line 25) needs curly brackets
-
Hex code (line 26) does not have enough characters
-
4 (line 35) is not a defined div
-
The CSS note is formatted incorrectly (line 52)
-
All header nav and header CSS should be after main and before body (it is by the footer now)
-
Background color (line 63) Hex code Is also missing characters here
-
“Display: diamonds” (line 20) is not an option for display settings.
-
(Line 5 & 15) there is HTML code there to define main, should only have the curly bracket
-
(Line 44) type is not defined by these properties
-
(Line 10 & 13) Value for margins not defined
-
(Line 11 & 12) Value for padding not defined
-
(Line 2) Comment should say CSS document
-
(Line 36) Hover command incorrect