Challenge 3

Coding Errors Pt. 2

Individual List

  1. Line 2: Note should say CSS document
  2. Line 5: Gt and lt tags should not be used in CSS.
  3. Line 10 and 13: value for margins not defined
  4. Line 11 and 12: value for padding not defined
  5. Line 20: 'Diamonds' is not a display option
  6. Line 26: Square brackets are used instead of curly brackets.
  7. Line 35: random number, possibly should be turned into a DIV.
  8. Line 36: Hover command incorrect
  9. Line 52: Note created incorrectly, exclamation point comes after dashes.

Team List

  1. Main (line 5) needs curly Brackets
  2. Body (line 25) needs curly brackets
  3. Hex code (line 26) does not have enough characters
  4. 4 (line 35) is not a defined div
  5. The CSS note is formatted incorrectly (line 52)
  6. All header nav and header CSS should be after main and before body (it is by the footer now)
  7. Background color (line 63) Hex code Is also missing characters here
  8. “Display: diamonds” (line 20) is not an option for display settings.
  9. (Line 5 & 15) there is HTML code there to define main, should only have the curly bracket
  10. (Line 44) type is not defined by these properties
  11. (Line 10 & 13) Value for margins not defined
  12. (Line 11 & 12) Value for padding not defined
  13. (Line 2) Comment should say CSS document
  14. (Line 36) Hover command incorrect