Table of Contents
- Using CSS
- Inline CSS
- element to blue, and the text color of the element to red: Example A Blue Heading
- elements (on that page) to blue, and the text color of ALL the elements to red. In addition, the page will be displayed with a "powderblue" background color: Example body {background-color: powderblue;}h1 {color: blue;}p {color: red;} This is a heading
- This is a heading
- This is a heading