Skip to content

What is the difference between DHTML, XHTML, and XML?

I was wondering how each of these languages operated and what their purpose was.

3 Comments

  1. Simon wrote:

    Please read the details here :-

    http://webdesign.about.com/cs/xhtmlxml/a/aa013100a.htm

    Cheers!

    ST

    Thursday, February 4, 2010 at 1:23 pm | Permalink
  2. jeff c wrote:

    DHTML is html with javascript actions.

    XHTML is the latest type of markup language superseding HTML, it is XML + HTML, meaning the layout and colors are left to CSS and the actual info is in xml .. making for a cleaner more compatible layout.

    XML is more of universal way to transport info than a markup language.

    HTML is older but still very much used.

    If your starting web design, learn XHTML, CSS and Javascript..and later on some server side programming like PHP or ASP…

    Thursday, February 4, 2010 at 1:23 pm | Permalink
  3. Andy T wrote:

    DHTML referring to the entire suite of coding that makes a page behaving like a live program.

    XHTML refers to a streamlined version of HTML defined by XML.

    XML is a streamlined and slimdown definitional language; its precursor is SGML.

    Thursday, February 4, 2010 at 1:23 pm | Permalink

Post a Comment

Your email is never published nor shared.