In your html file, check:
  • Check that the < and > characters are in the correct location.
  • Check that you have an = sign after each attribute.
  • Check that you have quotes (") around each value.
  • Check the spelling of your elements, attributes and values.
  • Check the spellings of the id and class values against their respective spellings in the css file.