| Joomla and other CMS software use some different | | | | various styles for various representation methods. |
| scripting languages and style sheet in order to | | | | The meaning of cascade in cascading style sheet it |
| enhance the outlook of its developed website. One | | | | that it indicates the main format to enable to know |
| of styling language that commonly used today is the | | | | what style will be applied. The priorities are well |
| cascading style sheet or CSS. This type of style | | | | planned and allocated to specific rules so that it is |
| language is used to create and format the look of a | | | | easy to predict a result. The CSS conditions are |
| certain scripting language. Its usual application is to | | | | maintained by the W3C or World Wide Web |
| create a more styling web page design created in an | | | | Consortium. The RFC 2318 registered the use of txt |
| XHTML and HTML format. One aim of this style | | | | css in March 1998. |
| language is to allow the developer to control the | | | | What makes the CSS easy to use is that, the |
| design and presentation of his manage web site. | | | | syntax for the program is very simple. English terms |
| The CSS is developed initially to separate the web | | | | are used to name the different style properties. The |
| content from its web design such as the layouting, | | | | CSS has a number of rules in which each rule-set |
| templates, fonts and colors. The division process | | | | usually consist of declaration blocks and selectors. |
| usually improves the accessibility of the content, it is | | | | The selector is used to set for which elements the |
| more flexible to manage the order of presentation, | | | | style should be applied. The declaration-block has |
| formatting of numerous pages, reduce the | | | | number of declarations with braces in which this |
| redundancy of the content structure and difficulty of | | | | declaration is usually consists of: property, colon, |
| creating the site. it is easy to design and create | | | | value and a semi-colon. |