Information and Communications Technology (ICT) Forum
Wednesday 19 February 2003
What is CSS?
- CSS stands for cascading stylesheets
- CSS is a language, separate from HTML or XHTML
- CSSused to specify the layout or formatting properties of HTML elements
From a single CSS file you can control an entire sites:
- font type
- font and element colour
- padding
- margins
- and element positioning
CSS allows developers to separate style (look, appearance, colours, fonts, layout) from the pages structure.