Glossary


CSS
Can mean either Cascading Style Sheet or Cross Site Scripting. Some security people refer to Cross Site Scripting as XSS so as to prevent such confusion.
Cascading Style Sheets allow for control of style and layout of multiple Web pages all at once. Cascading Style Sheets work just like a template. When you want to make a change, you simply change the style, and that element is updated automatically wherever it appears within the site. The World Wide Web Consortium (W3C) has recommended Cascading Style Sheets as an industry standard.
For Cross Site Scripting see XSS entry of this Glossary which contains links for more information also.
See also: XSS