CSS (Cascading Style Sheets) is used to render the style of HTML element tags.

11.12.1. Look! Styles and colors

Manipulate Text

Colors, Boxes

And more…

11.12.2. How to use CSS

CSS was introduced in HTML 4 to better render HTML elements

CSS can be added to HTML in the following ways:

  • Inline style-use the “style” attribute in the HTML element

  • Internal stylesheet-in the HTML document header area use