HTML = Hypter Text Markup LanguageDHTML = Dynamic Hyper Text Markup LanguageXHTML = Extended Hypter Text Markup LanguageHTML is the most common form of web markup and is used for hosting static sites. DHTML is almost the same, except the Dynamic part stands for a bit of Javascript so it's HTML mixed with Javascript to provide some more flashy and dynamic content.XHTML on the other hand was implemented by the W3C (World Wide Web Consortium) as the leading standard for today's web designing and was supposed to be used together with XML.Neither HTML or XHTML will make your site look any different but the syntax does vary a little bit when regarding closing tags and so forth.With HTML it was never necessary to close tags and it could be written in UPPER CASE. However with XHTML you MUST write it in lowercase and you MUST close ALL tags.Single tags such as and <br> close as: <br />Hope this helps
housebaked.gigacities.net