CSS: Styling

CSS stands for Cascading Style Sheets. CSS styling can be added to HTML elements in 3 ways:


It should be noted though, that the most common way to add styling, is to record all the styles and save them to external CSS files. The concept behind these external files will be explained briefly later in this tutorial, but the gory details are covered in the CSS tutorial, and not this one. That being said, we shall now learn about internal styling, simply because it is the easiest to learn.

Back button Table of Contents Next button