9
2011
Use of CSS in Website Design
CSS stands for Cascading Style Sheets. CSS defines how HTML elements are to be displayed. CSS Syntax A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly brackets as shown below: h1 {Color: orange; font-size:14px;} A CSS rule has two main parts: a selector, and one or more declarations: The selector is normally the HTML element we want to style. Each declaration consists of a property and a value. The property is [...]

An article by Mindscreen

