kids encyclopedia robot

XHTML facts for kids

Kids Encyclopedia Facts
Quick facts for kids
XHTML
Filename extension
.xhtml, .xht,
.xml, .html, .htm
Internet media type
application/xhtml+xml
Developed by World Wide Web Consortium
Initial release 26 January 2000 (2000-01-26)
Latest release
5.0
28 October 2014; 9 years ago (2014-10-28)
Type of format Markup language
Extended from XML, HTML
Standard W3C HTML5 (Recommendation)
Free format? Yes

XHTML stands for eXtensible HyperText Markup Language. It is markup used to design websites and webpages.

XHTML is much more strict than ordinary HTML, and is based on both XML and HTML. Due to the lax nature of HTML, different web browsers can sometimes display websites incorrectly since there is more than one way to interpret poorly written HTML. The strict and formal nature of XHTML, once fully adopted will allow for web browsers to display the same page correctly between them. Proper XHTML is also easier to read for humans.

For example, the below code shows one of the differences between HTML and XHTML:

Incorrect, HTML version:

<br>

Correct, XHTML version:

<br />

The line break tag in HTML does not have a closing tag, you just type it once and it creates a line break. In XHTML the rule is that tags that do not have an closing tag must close themselves within the initial tag. These tags are called "empty tags." Another empty tag is <hr /> which inserts a "horizontal rule" or dividing line.

JavaScript Differences

In XHTML, using innerHTML is not "allowed". XHTML also should not be used together with the JavaScript document.write command.

Related pages

See also

Kids robot.svg In Spanish: XHTML para niños

kids search engine
XHTML Facts for Kids. Kiddle Encyclopedia.