Resources
Learning
W3Schools XHTML Tutorial - covers much of the material we've talked about today
http://www.w3schools.com/xhtml/default.asp
W3Schools XHTML Quiz - to see how much you've learned
http://www.w3schools.com/xhtml/xhtml_quiz.asp
WebAim's introduction to disabilities:
http://webaim.org/intro
Webmonkey - links to info about coding, design tricks, dynamic content, etc.
http://www.webmonkey.com
References
http://www.w3schools.com/xhtml/xhtml_reference.asp
List of XHTML tags with associated doctypes and supporting browsers
http://zvon.org/xxl/xhtmlReference/Output/index.html
Details about elements & attributes and where they can exist, with links to documentation in the W3C specification
http://www.kevinhatch.com/webdev/xhtml/deprecated.php
List of tags and attributes deprecated from previous versions of html
http://www.w3.org/MarkUp/
Information about document markup from the W3C including the recommended standards
http://www.w3schools.com/xhtml/xhtml_standardattributes.asp
Core attributes standard for most tags
http://www.w3schools.com/xhtml/xhtml_eventattributes.asp
Attributes that can be inserted into HTML tags to define event actions (e.g. for JavaScript)
How to make accessible tables from WebAim
http://www.webaim.org/howto/tables/
Tools
HTML Tidy - a tool for cleaning up existing HTML and coding new HTML
http://tidy.sourceforge.net/
Get the latest version of Tidy and view related resources
http://www.w3.org/People/Raggett/tidy/
An overview of the program by the original author
Validation
http://validator.w3.org/
Upload local files for validation or validate remote URIs
http://validator.w3.org/check/referer
Clicking on a link from a published page to this address will validate the page.
Previous: Rich Media
Table of Contents