Difference between revisions of "XHTML"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 11: | Line 11: | ||
HTML, by contrast, requires a lenient [[HTML-specific parser]]. | HTML, by contrast, requires a lenient [[HTML-specific parser]]. | ||
− | == Recommendations and standards | + | == Recommendations and standards == |
XHTML 1.0 became a World Wide Web Consortium ([[W3C]]) Recommendation on January 26, 2000. | XHTML 1.0 became a World Wide Web Consortium ([[W3C]]) Recommendation on January 26, 2000. |
Revision as of 11:06, 9 September 2015
Extensible Hypertext Markup Language (XHTML) is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML).
Contents
[hide]Description
While HTML, prior to HTML5, was defined as an application of Standard Generalized Markup Language (SGML), a flexible markup language framework, XHTML is an application of XML, a more restrictive subset of SGML.
Well-formed documents
XHTML documents are well-formed and may therefore be parsed using standard XML parsers.
HTML, by contrast, requires a lenient HTML-specific parser.
Recommendations and standards
XHTML 1.0 became a World Wide Web Consortium (W3C) Recommendation on January 26, 2000.
XHTML 1.1 became a W3C Recommendation on May 31, 2001.
The standard known as XHTML5 is being developed as an XML adaptation of the HTML5 specification
See also
External Links
- XHTML @ Wikipedia