|
English
Syllabi
Basic Tech/Software Help
Research
Links
Web Authoring |
Web Writing Resources
CSS Resources
Cascading Style Sheet Home Page
From the World Wide Web Consortium, includes CSS Validator, Browsers, and Authoring Tools.
W3 Consortium's CSS index, CSS1
W3 Consortium's CSS index, CSS2
HTML Dog Beginners CSS Tutorial - recommended
CSS Tutorial
Chapter 2 of W3C guide, introducing CSS.
http://www.w3schools.com/html/html_intro.asp
W3 Schools CSS Basics
Html.net's CSS Tutorial
Lessions that explain the basic fundamentals of using CSS.
Cascading
Style Sheets
Web Design Group's very
helpful index of resources.
Cascading Style Cheatsheet
Cut and paste code.
The CSS and XHTML Lab
Demos and techniques.
CSS: An Introduction Basics for beginners.
Eric Meyer on CSS Check out CSS/Edge, the first link .
A List Apart: CSS topics
Use search box to find specific info.
CSS - Selectoracle Check this out: when you find CSS code you don't understand, you can plug it into this site and have it explained.
You can even plug in the URL of an entire style sheet. Use the browser's View menu to see where the style sheet is stored. If the style sheet is linked, replace the last part of the URL with the folder and style sheet filename to browse to the style sjeet
-
WSU's home page, for instance, is at http://www.wright.edu .
We know that index.html is the invisible filename, so we are actually looking at http://www.wright.edu/index/html . View, Source,gives the style sheet's shorthand address as /cwis/css/toplevel.css . Put the home page address before the style sheet folder information, to find the style sheet.
The URL of the linked style sheet is: http://www.wright.edu/cwis/css/toplevel.css .
This is the address you can copy into the Selectoracle web page box to learn more about how the style sheet controls and shapes the looks and styles that combine in the WSU home page.
to
top |