To create a read sheet of styles that the browser will use to format the html documents. All informtion should be in the style sheet but some browsers have their own built in so you can create a reset.css file to overwrite this.
- External CSS
- Internal CSS
- Inline CSS
in the css file create
p { color: red; }