XHTML
Written
Author
What is XHTML?
- XHTML stands for eXtensible Hyper Text Markup Language.
- It is aimed to replace HTML.
- It is almost identical to HTML 4.01
- It is the reformulation of HTML 4.01 as an application of XML.
- It is a stricter, tidier version of HTML. XHTML 1.0 is the next level of coding as specified by the W3C.
XHTML is a transition / combination of HTML and XML. To change from HTML to XHTML requires just a few changes in your coding styles. The main page to check out is CONVERTING but all the others provide valuable information about this coding technique as well.
XHTML provides the framework for future extensions of HTML and aims to replace HTML in the future. Some resources refer to XHTML as HTML5.
XHTML 1.0 became an official W3C recommendation on January 26, 2000. A W3C recommendation means that the specification is stable, that it has been reviewed by the W3C membership, and that the specification is now a Web standard.
XHTML 1.0 is the first step toward a modular and extensible web environment based on XML (eXtensible Markup Language). It provides the bridge for web designers to use a future based coding and still be able to maintain compatibility with today's browsers.
SGML stands for Standard Generalized Markup Language. Simply put, it is the very root coding of coding. HTML is an application of SGML. XML is a simplified subset of SGML.
DTD stands for Document Type Declaration. It is a set of instructions that states what tags are usable and what (re)action they create. Each browser has a DTD set in it's programming set by the browser companies. This is how some tags will work in only one type of browser or version. It has the tags stated in it's DTD. XML makes it possible to create unique tag sets by applying it's own DTD. This makes the DTD more compatible with more browsers.
Table of Contents
Table of Contents
Learn More About XHTML
Conversion From HTML to XHTML
Learn about how you'd convert your HTML to XHTML.
Last Updated
Validation
Learn about how you can validate your XHTML.
Last Updated
XHTML Doctypes
Learn about what the various doctypes of XHTML are and how you'd use them.
Last Updated
XHTML vs HTML
Learn about the differences between HTML and XHTML.
Last Updated