CSS - Cascading Stylesheet
This is styling functionality for your HTML scripting. It allows you to add styles to all of your HTML objects in a non-inline fashion. It also allows for cascading (this is so that you do not have to name every single object with ID or CLASS attributes).
|