Difference between revisions of "XHTML"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External Links)
(See also)
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
== See also ==
 
== See also ==
  
 +
* [[Extensible User Interface Protocol]]
 
* [[HTML]]
 
* [[HTML]]
 
* [[HTML5]]
 
* [[HTML5]]
 +
* [[List of XML and HTML character entity references]]
 
* [[Markup language]]
 
* [[Markup language]]
 
* [[Parsing]]
 
* [[Parsing]]
Line 32: Line 34:
 
* [https://en.wikipedia.org/wiki/XHTML XHTML] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/XHTML XHTML] @ Wikipedia
  
 +
[[Category:Computing]]
 +
[[Category:HTML]]
 +
[[Category:Markup languages]]
 
[[Category:Web design]]
 
[[Category:Web design]]
 +
[[Category:Web design and development]]
 +
[[Category:XML]]

Latest revision as of 15:50, 8 May 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).

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