Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What is CSS used for?
I asked a previous question about html elements and someone recommended me using and learning CSS. What advantages or what does it help as far as websites go such as features?
2 Answers
- Anonymous8 years agoFavorite Answer
CSS controls the presentation of your web site.
Twenty Advanced CSS Tutorials: http://designfestival.com/twenty-top-advanced-css-...
Advanced CSS: http://www.yourhtmlsource.com/stylesheets/advanced...
http://www.w3.org/Style/Examples/011/firstcss
Ron
- Empire539Lv 78 years ago
In short, CSS is how you modify the appearance of a web page. HTML provides the skeletal structure, while CSS makes it look nice.
HTML used to have tags like <font> or <b> that modify the page's appearance, but these tags have been deprecated, since it's better to have the language focus solely on structure, while another language (CSS) focuses solely on visuals.