1. CSS describes how HTML elements are to be displayed on screen,
paper, or in other media.
2. CSS saves a lot of work. It can control the layout of multiple web pages all at once
3. The most common way to add CSS, is to keep the styles in separate CSS files. However, here we will use inline and internal styling, because this is easier to demonstrate, and easier for you to try it yourself.
2. CSS saves a lot of work. It can control the layout of multiple web pages all at once
3. The most common way to add CSS, is to keep the styles in separate CSS files. However, here we will use inline and internal styling, because this is easier to demonstrate, and easier for you to try it yourself.