Final Exam - http://iat.ubalt.edu/intro/final/
I. Resources
- Example CSS Style Usage Standards Guide - http://www.blooberry.com/indexdot/ss/cssexplain.htm
- Style Object properties - http://iat.ubalt.edu/reference/properties.style.html
- Dynamic HTML attributes/properties - http://iat.ubalt.edu/reference/properties.dhtml.html
- Dynamic HTML objects - http://iat.ubalt.edu/reference/objects.dhtml.html
- HTML/XHTML Document Templates - http://iat.ubalt.edu/intro/templates/
- Useful HTML Tutorials - http://www.w3schools.com/html/html_www.asp
- Interactive HTML Examples Editor - http://www.w3schools.com/html/html_examples.asp
- Useful CSS Tutorials - http://www.w3schools.com/css/css_intro.asp
- Interactive CSS Examples Editor - http://www.w3schools.com/css/css_examples.asp
- Cascading Style Sheets: Separating Content from Presentation - http://www.glasshaus.com/samplechapters/1043/default.asp
- CSS Layout Techniques: for Fun and Profit - http://glish.com/css/
- Style Sheet Examples - http://www.wdvl.com/Authoring/Style/Sheets/Examples/
- Zen Garden, The Beauty of CSS Design - http://www.csszengarden.com/
II. Homework Solutions
- Assignment #1 - basic html document
- Assignment #2 - using table elements
- Assignment #3 - placing inline images
- Assignment #4 - home page - building hyperlinks (this page is the example)
- Midterm Exam - answers to written portion
- Assignment #5 - adding cascading styles
- Assignment #6 - constructing forms
- Assignment #7 - fun with styles
- Assignment #8 - fun with JavaScript
III. Reference
- CSS 1 & 2 - Official Property Index - http://www.w3.org/TR/REC-CSS2/propidx.html
- CSS 1 & 2 - Highlighted Property Index - Recommended properties for general appearence
- HTML 4.01 - Official Index of Elements - http://www.w3.org/TR/html401/index/elements.html
- HTML 4.01 - Highlighted Index of Elements - Recommended elements for routine use
- HTML 4.01 - Official Index of Attributes - http://www.w3.org/TR/html401/index/attributes.html
- Web Color Pallete - hexadecimal color codes
- HTML Character Entities - html character codes
- HTML 4.01 - Scripts, with index of Intrinsic Events - http://www.w3.org/TR/REC-html40/interact/scripts.html
IV. Examples of Improved HTML/CSS Usage
- Web Style Guide, 2nd edition - http://www.webstyleguide.com/
- Updated version of a respected reference. Originally known as the Yale Web Style Guide. Document structure, once completely governed by tables, has transitioned to hybrid table/block element representation.
- The Web Standards Project - http://www.webstandards.org/
- Simple, elegant use of block elements and style sheets.