| In the past, websites were made through the use of | | | | Because of the number of problems presented when |
| tables. Today, most websites are built through the | | | | using tables in web designs, style sheet languages |
| use of style sheet languages. One of the most | | | | such as CSS (Cascading Style Sheets) are used to |
| popular style sheet language used in the market | | | | arrange elements and text on a web page. CSS was |
| today is CSS. Cascading Style Sheets or CSS is a | | | | introduced by the World Wide Web Consortium |
| style sheet language used to describe the | | | | (W3C) to improve web accessibility and to make |
| presentation semantics, which is the look and | | | | HTML code semantic rather than presentational. |
| formatting, of a document written in a markup | | | | There are several advantages of using CSS from |
| language. According to many Web design Philippines | | | | tables. These include accessibility, bandwidth |
| experts, CSS was the perfect move from table | | | | efficiency, and maintainability. |
| designs to tableless designs. | | | | |