| CSS, Cascading Style Sheets, is one of the most | | | | what are its differences? |
| popular types of style sheet languages used by | | | | CSS |
| many web developers today. Part of what made it | | | | CSS is designed around styling HTML and XML |
| popular is its flexibility in almost all types of browsers | | | | (including XHTML) documents. It was created for that |
| in the market, even in mobile phones. However, other | | | | purpose. It uses a special, non-XML syntax for |
| than CSS, there is also another type of style sheet | | | | defining the styling information for the various |
| language which is also as widely used as CSS. This is | | | | elements of the document that it styles. In version |
| the Extensible Stylesheet Language or XSL. | | | | 2.1, CSS were then used popularly for styling |
| Comparison of CSS and XSL | | | | documents that are to be shown on "screen media". |
| The two primary stylesheet languages are Cascading | | | | According to Web design Philippines experts, this |
| Style Sheets (CSS) and the Extensible Stylesheet | | | | means that media displayed as a single page (possibly |
| Language (XSL). While they are both called | | | | with hyperlinks) has a fixed horizontal width but a |
| stylesheet languages, they have very different | | | | virtually unlimited vertical height. |
| purposes and ways of going about their tasks. So | | | | |