tschalaad8
deutsch Deutsch TSCHALAAD Intelligent Websites




HTML means Hyper Text Markup Language.
XHTML means Extensible 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.

Please contact us
Validates with Valid XHTML 1.0 Transitional