CSS - Cascading Style Sheets Inline --> by use for a single element Internal --> by using a

This is a heading

This is a paragraph.

* External CSS

This is a heading

This is a paragraph.

* styles.css body { background-color: powderblue; } h1 { color: blue; } p { color: red; }