Why use CSS?

Experience Level: Junior
Tags: CSS

Answer

CSS will

  • simplify the maintenance of your website,
  • avoid duplication of code,
  • allow you to use multiple styles for one content,
  • save your time

Because CSS styles can be defined once and used multiple times, it is very easy to control the style of your website. Instead of editing all pages one by one, you can define a style and apply it to elements that you want. When you later need to do a change to the style, it is just a matter of changing one file.

CSS styles are separated from HTML and you don't need to duplicate them if you want to apply styles on multiple places.

You can also switch between multiple styles. As an example, it is possible to create summer and winder theme for your website and automatically apply the styles depending on the year time. Or you can define skins and let the user use whichever skin he likes.

Comments

No Comments Yet.
Be the first to tell us what you think.
CSS for beginners
CSS for beginners

Are you learning CSS ? Try our test we designed to help you progress faster.

Test yourself