Actions

Difference between revisions of "XHTML (EXtensible HyperText Markup Language)"

(Created page with "'''Content Coming Soon'''")
 
Line 1: Line 1:
'''Content Coming Soon'''
+
'''Extensible Hypertext Markup Language (XHTML)'''is part of the family of [[XML (Extensible Markup Language)|XML markup languages]]. It mirrors or extends versions of the widely used [[HTML (Hypertext Markup Language)|HyperText Markup Language (HTML)]], the language in which Web pages are formulated. 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. XHTML documents are well-formed and may therefore be parsed using standard XML parsers, unlike HTML, which requires a lenient HTML-specific parser. 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.<ref>Definition - What Does XHTML (EXtensible HyperText Markup Language) Mean? [https://en.wikipedia.org/wiki/XHTML Wikipedia]</ref>
 +
 
 +
 
 +
'''Features of XHTML<ref>Features of XHTML [https://www.techopedia.com/definition/1889/extensible-hypertext-markup-language-xhtml Techopedia]</ref>'''<br />
 +
*Unlike HTML, which is standard generalized markup language based, XHTML is XML-based.
 +
*Compared to the rules of HTML, XHTML is stricter and does not allow any lapses in coding or structure. It prohibits the omission of any tags or usage of attribute minimization. All elements in XHTML must have a starting or ending tag.
 +
*It is a restrictive subset of XML and needs to be parsed with help of standard XML parsers.
 +
*XHTML documents has only one root element.
 +
*As they are XML conforming, XHTML documents are easily viewed edited using standard XML tools.
 +
*Unlike HTML, XHTML provides a more cleaner, consistent and well-structured format which helps in making the webpages easily parseable for present and future browsers.
 +
*Sustainability is more pronounced in case of XHTML than HTML.
 +
*As the error processing routines are shorter, future browsers can support faster processing of XHTML documents.
 +
*As XHTML can support wide range of applications, using the same complex websites can be created.
 +
*XHTML elements needs to be nester properly and should always be in lower case.
 +
 
 +
 
 +
'''References'''
 +
<references/>

Revision as of 16:04, 27 January 2021

Extensible Hypertext Markup Language (XHTML)is part of the family of XML markup languages. It mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated. 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. XHTML documents are well-formed and may therefore be parsed using standard XML parsers, unlike HTML, which requires a lenient HTML-specific parser. 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.[1]


Features of XHTML[2]

  • Unlike HTML, which is standard generalized markup language based, XHTML is XML-based.
  • Compared to the rules of HTML, XHTML is stricter and does not allow any lapses in coding or structure. It prohibits the omission of any tags or usage of attribute minimization. All elements in XHTML must have a starting or ending tag.
  • It is a restrictive subset of XML and needs to be parsed with help of standard XML parsers.
  • XHTML documents has only one root element.
  • As they are XML conforming, XHTML documents are easily viewed edited using standard XML tools.
  • Unlike HTML, XHTML provides a more cleaner, consistent and well-structured format which helps in making the webpages easily parseable for present and future browsers.
  • Sustainability is more pronounced in case of XHTML than HTML.
  • As the error processing routines are shorter, future browsers can support faster processing of XHTML documents.
  • As XHTML can support wide range of applications, using the same complex websites can be created.
  • XHTML elements needs to be nester properly and should always be in lower case.


References

  1. Definition - What Does XHTML (EXtensible HyperText Markup Language) Mean? Wikipedia
  2. Features of XHTML Techopedia