Homework -> Homework #2: HTML Design -> References
CSS Tutorials if you still don't understand
- http://www.w3schools.com/css/css_intro.asp
- Videos on the basics:
CSS Properties
- http://www.htmlhelp.com/reference/css/properties.html
- http://www.htmldog.com/reference/cssproperties/
- http://www.echoecho.com/csslinks.htm
Linking CSS to HTML
- Embedded CSS (where the CSS is internal to your HTML): http://www.tizag.com/cssT/internal.php
- Linked CSS (where the CSS is external to your HTML): http://www.tizag.com/cssT/external.php
- More on ways of linking to CSS (please only consider the
first two options: "linking" and "embedding"):
http://matthewjamestaylor.com/blog/adding-css-to-html-with-link-embed-inline-and-import
Applying "Custom" CSS Styles - Elements: <SPAN> & <DIV>