Locate two Websites that utilize this structure, and list their URLs. What advantages do Cascading StyleSh?
Locate two Web sites that utilize this structure, and list their URLs. What advantages do Cascading Style Sheets (CSS) have when creating Web pages?
Public Comments
- What structure are you looking for examples of? CSS is used for styling elements within a web page. By using an external style sheet, ie. linked to in the header, styling code that bloats the HTML is removed. This makes the page smaller and increases the content to code ratio (which is important for search engine optimisation). Smaller files load faster and CSS can be cached by the browser, thereby making the site load faster. Apart from performance improvements, the use of CSS makes it very easy to quickly change the entire look and feel of a web site. Instead of making changes in every page all you need to do is change the styles in the CSS file and you have a completely different looking site.
- Define CSS: http://en.wikipedia.org/wiki/Cascading_Style_Sheets Example: http://en.wikipedia.org/wiki/Cascading_Style_Sheets Example: http://www.webopedia.com/TERM/C/CSS.html I Hope this Helps!
Powered by Yahoo! Answers