Writing Code
XHTML
- XHTML: eXtensible HyperText Markup Language
- A reformulation of HTML, a hybrid of XML and HTML. XHTML is the bridge
between HTML and XML.
- Allows a true separation between the content of a Web page and its
manner of presentation.
- Stricter syntax than HTML but creates pages that are more portable
between devices.
- Benefits of Moving to XHTML
- A painless transition to more advanced technology
- Cleaner, more logical markup
- Increased interoperability
- Greater accessibility
XHTML Techniques