| Many website development companies, in earlier | | | | the website. With more HTML tags getting |
| times used simple HTML to design websites. | | | | introduced it became a little difficult for the website |
| However, when certain design needed to be | | | | development company to manage the content and |
| changed, it became very tedious to carry out those | | | | the presentation of the website. Introduction of |
| changes across all the pages of the website. | | | | cascading style sheets made it possible to separate |
| Cascading Style Sheets, also popularly known as CSS, | | | | content from the style of the website. One of the |
| solved this tiresome task of making changes to | | | | significant advantages of CSS was that it allowed the |
| every web page or the HTML document | | | | developers to organize the formatting and content of |
| Website development companies started using CSS | | | | more than one page at one time |
| to make their work easy of formatting the HTML | | | | CSS has been evolving for quite some time now and |
| document. Before CSS was introduced HTML tags | | | | web development companies have been adapting to |
| were used to characterize fonts, tables, headers, | | | | the latest versions. After scaling out CSS1 and CSS2 |
| paragraphs, and so on. The browser would then read | | | | versions, CSS3 is currently being developed and is |
| these tags and present a formatted HTML page to | | | | being modularized. There are various ways in which |
| the user. Tags for various formatting structures | | | | the CSS can be sourced for the HTML page in the |
| were embedded within the HTML and the content of | | | | browser. |