Cascading Style Sheets

We use CSS to add style to our HTML documents.

There are a few different ways to add CSS to a document. Today, we'll be practicing how to use CSS incline.

Inline CSS

Inline CSS is written directly in our HTML using a style attribute.

We can style any element using inline styles, from the body to headings and paragraphs, as well as links and strong and em tags too!