Web Design Handbook « xHTML

xHTML is HTML that conforms to XML syntax: The major difference being that XML tags are nested so that every tag inside an tag is closed before the outer tag is closed and all tags need to be closed -- For example:

Valid HTML

In xHTML