Questions

  1. What is the purpose of CSS?
  2. What are the three ways to insert CSS into your project?
  3. Write an example of a CSS rule that would give all <.p> elements red text.

Answers

  1. CSS helps us style entire sheet
  2. p {color: red;}
Go and check out my Markdown notes