XHTML





techstore
LQ Net Home






XHTML

print    Printer Friendly Page


Basic XHTML Structure:

Empty elements end with "/>:

Non-empty elements have a closing tag:

Attribute values must be in quotes:

XHTML documents require a DOCTYPE and a NAMESPACE:

STRICT DTD:
Used with CSS, since it avoids HTML formatting tags.

TRANSITIONAL DTD:
Used with HTML formatting tags. Use with browsers that don't support CSS

FRAMESET DTD:
Used with HTML frames














Copyright © 2006-2009, LQ Systems,Inc. All rights reserved.