|
A Cascading Style Sheet (CSS) is a list of statements (also known as rules) that can assign various rendering
properties to HTML elements. Style rules can be specified for a single element occurrence, multiple elements, an
entire document, or even multiple documents at once. It is possible to specify many different rules for an element
in different locations using different methods. All these rules are collected and merged (known as a "cascading" of
styles) when the document is rendered to form a single style rule for each element.
|