Difference between revisions of "XHTML"
Karl Jones (Talk | contribs) (→External Links) |
Karl Jones (Talk | contribs) |
||
Line 32: | Line 32: | ||
* [https://en.wikipedia.org/wiki/XHTML XHTML] @ Wikipedia | * [https://en.wikipedia.org/wiki/XHTML XHTML] @ Wikipedia | ||
+ | [[Category:HTML]] | ||
+ | [[Category:Markup languages]] | ||
[[Category:Web design]] | [[Category:Web design]] | ||
+ | [[Category:Web design and development]] | ||
+ | [[Category:XML]] |
Revision as of 09:41, 21 April 2016
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