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.
I hope this post resolve your doubts
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.
I hope this post resolve your doubts