What is the purpose of CSS? To style your webpage exactly how you want it. There are a different methods to apply color and control the visual aspect What are the three ways to insert CSS into your project? External CSS, Internal CSS,Inline CSS Write an example of a CSS rule that would give all
elements red text. p { color: yellow; }