Mid JavaScript

How is CSS added to an HTML document?

There are three ways to include CSS:

Inline CSS:

<p style="color: blue;">Hello!</p>

More from JavaScript Tutorial

All questions for this course