| Advanced CSS provides a number of advantages to | | | | space should be there among words. |
| you if you are a designer. These advantages are | | | | Advanced CSS has provided us a way to design the |
| explained below in points. | | | | pages containing frames without using the frame tag. |
| Advanced CSS provides more controls to a designer | | | | With the existence of advanced CSS, it is possible to |
| for making a site presentable. It is more beneficial to | | | | include your HTML element and making it like a frame. |
| use the external style sheet in comparison to any | | | | Now we can present the headings H1 {}, H2 {}, H3 |
| other. By including this CSS file, you can control the | | | | {} in the desired look. CSS help has made easy to |
| design and look of your site and if you want to edit | | | | make font size smaller or larger.There are too many |
| your presentation style then you have to change | | | | properties available within CSS for updating the text |
| only the code of CSS file. | | | | and making the text look more fascinating. |
| As you have to make the link for style sheet in your | | | | Advanced CSS has presented many techniques for |
| HTML document, you must have the style sheet | | | | decorating your links. On the link, you can set the |
| ready for this purpose. It is known that link tag links | | | | colors visited and non-visited links. |
| the external style sheet and it also links the relation | | | | Designing your articles in HTML files using advanced |
| pages. | | | | CSS is an easy task and these articles will be easily |
| If you want to design a page that looks same in all | | | | readable by users. With the CSS help, articles will also |
| browsers then you should code a master CSS file for | | | | look attractive in web pages. |
| this purpose. The work of master CSS file is to | | | | A CSS code is clean and clear and holds less lines of |
| eliminate the automatic style of browser. It makes | | | | code in comparison to table based HTML code. |
| you available a clean platform. | | | | As you have designed the presentation code in a |
| With the CSS help, you can leave the desired space | | | | separate CSS help document, you can also fully |
| in the area of any item. It means that you can set | | | | concentrate to display information while designing |
| the margin from top, bottom, left or right side of any | | | | your HTML document. |
| object or any text. You can also decide how much | | | | |