Web Glossary
- CSS (Cascading Style Sheet)
- Style sheets give web authors the ability to attach styles to HTML elements. Style sheets can control margins, line spacing, the placement of text and graphics, colors, font faces, and font sizes. You use the STYLE element to include style information as part of an HTML document add apply the style to some or all of the text or you can create a separate document and attach it to one or more pages on your web site.
Related Terms: HTML (HyperText Markup Language), XHTML (eXtensible HypertText Markup Language)