37
loading...
This website collects cookies to deliver better user experience
Consistency
the changes to the pages of your website. By making one change to your CSS style-sheet, you can consequently make it to each page of your website.
Browser Compatibility
Browser compatibility is something that is very important and with CSS, it is easy to withhold as it addresses this issue nicely.
Appearance
it is easy to improve the look-and-feel of the website from one place as it allows you to use a various choices of extensive styles.
Maintainability
the ability to automatically correct and change every page throughout your website whenever a change is made to your website’s style sheet.
Saves Time
you only need to specify details of the styling once for any element and it will automatically apply the specified styles whenever that particular element occurs. Hence, it saves a lot of time by not forcing you to rewrite everything again and again.
<p>
elements on the page will be center-aligned, with a red text color.