What Is CSS?


CSS is a stylesheet language that is used to describe the presentation of a document written in HTML or XML. CSS can control the layout, color, font, and other aspects of how elements are rendered on screen, on paper, in speech, or on other media.
     


Review: CSS (Cascading Style Sheet)
Which statement is NOT true about CSS?
      CSS describes how HTML elements are to be displayed on screen.
      CSS is used to store HTML elements.
      CSS saves a lot of work.
      Multiple style definitions will cascade into one.
Result: