Your browser does not support Javascript. You should still be able to navigate through these materials but selftest questions will not work.
What is XHTML?
Table of Contents
What is XHTML?
Browser Wars and Cell Phones
HTML vs. XHTML
Some Terms: element, tag, and attribute
Why Use XHMTL?
Rule One - XML Documents need a root element.
Rule Two - XML elements are Case Sensitive
Rule Three - All XML attributes must have quotes around them
Rule Four - Every start tag needs a stop tag
Rule Five - Elements must be properly nested
DOCTYPE - Telling the Browser you know what you are doing.
Summary