CSS - Style sheets The concept of style sheets first appeared in 1996 when the W3C published a new recommendation entitled "Cascading Style Sheets", or... Webmastering > CSS |
Style syntax (CSS) Defining a style is done using simple text rules for describing the aspects of page elements. A CSS rule is characterised by two main... Webmastering > CSS |
Declaring a style sheet (CSS) Style sheets are not directly integrated into the W3C's HTML recommendations. For this reason, you need to include elements in the... Webmastering > CSS |
Style classes (CSS) A web designer might want to assign different styles to the same tags. For this reason, the CSS specifications introduced the concept... Webmastering > CSS |
Units in style sheets (CSS) With style sheets, you can use numeric values to set style properties in multiple ways: absolutely, meaning in units which are... Webmastering > CSS |
CSS - Colours The CSS standard offers different ways to define colours: by name with hexadecimal notation with decimal notation HTML has names... Webmastering > CSS |
Units in style sheets (CSS) DIV tags define blocks of elements This is a structure created to define boxes such as menus or windows. CSS offers several properties... Webmastering > CSS |
Positioning elements in CSS Using style sheets along with the <SPAN> and <DIV> tags, you can specify the location of text or images down to the pixel. This is... Webmastering > CSS |
CSS - Style sheets Property Value Description font-family Specific font (Arial, Times, Verdana) Familly (serif, sans-serif, fantasy, monospace,... Webmastering > CSS |