Difference between html, dhtml and xhtml?
HTML (Hyper Text Markup Language) is the most widely accepted language used to build websites. It is the main structure of a website. It builds tables, creates divisions, gives a heading message (In the title bar of programs), and actually outputs text. XHTML (eXtensive Hyper Text Markup Language) is the same as HTML, except it has a cleaner syntax. XHTML uses the same tags as HTML, so people who know HTML know messy – XHTML. New rules apply in XHTML, such as tags always needing to be ended; Tags need to be “Nested” properly, and such. dHTML (Dynamic Hyper Text … Click here to continue reading.