Style sheets enable the web page author to do two things:

  1. select one or more elements from the page (by tag name, CLASS name, or ID value)
  2. define a style for the selected element(s)

This makes it possible to control HTML formatting properties with style sheets.