All > Technology > Search > SEO / Search Marketing
Cascading Style Sheets is a method for adding styles to web documents.
Note: Using external CSS files makes it easy to change the design of many pages by editing a single file. You can link to an external CSS file using code similar to the following in the head of your HTML documents
<link rel="stylesheet" href="http://www.seobook.com/style.css" type="text/css" />
See also
- W3C: CSS - official guidelines for CSS
- CSS Zen Garden - examples of various CSS layouts
- Glish.com - examples of various CSS layouts, links to other CSS resources
Cascading Style Sheet - used to control the design of website
- Browse Related Terms: .htaccess, 301, 302, Absolute Link, Canonical URL, CSS, Hijacking, Meta Refresh, Redirect, Relative Link, Scraper sites, SSI
Also listed in:
- All > Law > Intellectual Property
- All > Technology > Defense
- All > Technology > Programming > Java