Inserting CSS

You can Insert CSS into your HTML document in three simple ways:

External stylesheet
Internal stylesheet
Inline styling

Let’s begin with the cleanest way, the external stylesheet. This is done using a CSS file, the usual file extension for this is .css, but any plain text file works. The most common way of inserting from an external [...]