HTML means
Hyper
Text
Markup
Language.
XHTML means E
xtensible
Hyper
Text
Markup
Language, it extends HTML.
The development of the language is focusing on
- Separation of presentation from structure
- Improved accessibility features
- Improve internationalization features
- Improved document rendering
The essential difference between HTML and XHTML
is in the first line of code:
In HTML:
<html>
In XHTML:
<html xmlns="http://www.w3.org/1999/xhtml">
It became a
W3C Recommendation on January 26, 2000.
Look for a introduction at
w3schools.com
For more Informations please
contact us.