WHY LEARN CSS ?
1. The World Wide Web Consortium (W3C) created CSS to replace HTML tables, font tags, frames, and other presentational hacks of HTML elements.Build from the ground up to replace traditional Web design methods.
2. Faster download times. Reduction of file size is about 50% less
3. Shorter development time. Easily tweak the design of a thousand-page site with just a few edits of one CSS file.
4. Greater control over the typography in a Web page.
5. It's easy to write. You can create and edit CSS as easily as you can hand code HTML.
6. Improvements in accessibility. Using CSS effectively means structuring content with HTML.
7. CSS lets you output to multiple formats quickly.
8. Better control over the placement of elements in Web page.
9. The design of Web pages is separated from the content. By keeping the design in separate files linked to the HTML pages, you reduce the likelihood of your page designs falling apart over time as different contributors add to the Web page.
10. Better search engine rankings. With only HTML used for structuring content in a Web document instead of rigging tags for design, search engines will spider your Web page effectively, and more likely give you a higher page ranking.
11. CSS's :hover PseudoClass cuts down on the need to use JavaScript onmouseover calls.
12. CSS lets you use logical names for page elements. You can, for example, give a DIV the name "header", or a H1 the class "headline". It's self-describing.
0 comments:
Post a Comment