What is the difference between XHTML and DHTML?

Reading to both separately, looks the same, html + xml + javascript.

What is the difference between that? Whether there is a?

+5
source share
4 answers

XHTML is the w3c standard , an HTML form that also strictly conforms to XML.

DHTML is a largely obsolete term (it is not suitable for "Dynamic HTML") that was introduced when the first early static websites started to introduce client-side scripts to make the page more dynamic. No one else speaks in DHTML terms (the term is replaced by "ajax", "web 2.0" and "web application")

+8

, HTML + XML + Javascript.

XHTML - HTML ( XML)
HTML, XML. Javascript XHTML ( HTML).

DHTML - HTML + Javascript
HTML, Javascript . HTML XHTML.

+3
  • XHTML - , XML, DHTML , .
  • HTML
  • DHTML - HTML , HTML.
  • XHTML - XML
  • DHTML .

: http://www.differencebetween.net/technology/difference-between-dhtml-and-xhtml/

+1
source

DHTML - dynamic HTML, means that the html content becomes dynamic and changes from time to time and does not require a developer again after a single creation of the language. XHTML's extensive HTML means that it also uses XML, simple in that in XML you can create your own tags and be used in your project or file.

0
source

All Articles