| There's a lot of hype about CSS and for good | | | | to your site for example the home page, links page, |
| reason. CSS provides a fast, clean, efficient and very | | | | help and a contact us page. Your CSS file structure |
| powerful method of styling websites and so much | | | | would look like this: |
| more. CSS can be used for many different aspects | | | | Master.css |
| of the web including design and functionality. | | | | This file would control things that are required on all |
| Various things CSS can be used for include, font | | | | the pages of your site such as menus, footers, |
| styling, web page layouts, expanding menus, roll over | | | | header, body attributes, head tags and even the |
| effects and so much more. All these things mean | | | | basic layout. |
| CSS has pushed the web into a new era creating a | | | | Home.css |
| smarter, more efficient internet than we have ever | | | | The home.css file would be used to control content |
| seen before. | | | | specific to the home page its self such as the pages |
| Dynamic content and CSS styling | | | | layout and specific attributes. |
| Dynamic webpage's created using languages such as | | | | Links.css, Help.css, Contact.css would be used to |
| ASP and PHP work hand in hand with CSS to provide | | | | control attributes and the layout of the files they |
| easy to edit webpage's. With multiple CSS files | | | | control e.g. links.css would control the relevant file |
| including a master or main CSS file your dynamic | | | | such as links.php. |
| code can be kept short and sweet with far less filler | | | | So to sum up CSS is a fantastic web language and |
| code for you to sort through to make a simple style | | | | the future of the web itself. Learning CSS can be |
| change. | | | | challenging if you have no web experience however |
| File Structures and CSS | | | | if you have already used web based languages |
| If you have a large scale website using separate CSS | | | | before than CSS can be a fun and fulfilling language |
| files per section your site will be easy to maintain, | | | | to learn with many practical uses on the web today. |
| update and edit. If you were to have four sections | | | | |