CSS Coding Format

Select desired target

  • HTML Tag: name of tag
  • ID: #idValue
  • Class: .classValue

Property and property values enclosed in curly brackets, separated by a semi-colon.

screenshot of css code targeting different elements and attributes

Important: A class value cannot start with a number!