reading-notes

CSS

What is the purpose of CSS?

CSS standa for Cascading Style Sheets. The purpose of CSS is to give style control to the HTLM structure.

What are the three ways to insert CSS into your project?

Write an example of a CSS rule that would give all < p > elements red text

<p style= "color:red;"> CONTENT </p>