|
| WHAT IS CSS?
CSS stands for Cascading Style Sheets. It was developed to separate the formatting or styling of a webpage from it's content. This is the prefered method of applying formatting to a webpage over the direct formatting techniques used in basic HTML.
With CSS, you can layout and apply formatting to a webpage more easily. For instance, you can specify widths, heights, font formatting, colors, margins, spacings, etc.
CSS styling can appear directly on a webpage or as an external file that is referenced by file name on the webpage.
|
|