There are many questions regarding what makes HTML dynamic in order to answer that we should know few things in detail, dynamic HTML is not something which can be easily pointed out, this is group of technology, it is not separate technology when all these technology bring together it enables web developer in order to bring web page to life. There are mainly three technologies that make DHTML dynamic, they are HTML, Java script and cascading style sheets. For the basic structure of the document HTML is used and java script is used to manipulate
There's a lot of questions about what exactly makes HTML become Dynamic. To answer some of your DHTML questions, read the following: "Dynamic HTML, or DHTML, is not something that can easily be pointed out, or separated from other technologies. It is a group of technologies, when brought together, enable a Web developer to bring a Web page to life.
The three main technologies that make up DHTML are HTML, JavaScript and Cascading Style Sheets (CSS). HTML is used for the basic structure of the document, JavaScript to manipulate the Document Object
This division between structural logic and visual logic is on its way to being reconciled through the use of Cascading Style Sheets (CSS). Style sheets provide control over the exact visual style of headers, paragraphs, lists, and other page elements. For example, if you prefer H3 headers to be set in 12-point Arial bold type, you can specify those details in a style sheet. In this way you can retain the logical use of HTML's structural tags without sacrificing graphic design flexibility.
At this writing, however, the major Web browsers offer
XML is simply markup for data. That's it. XML is not a magic wand; it does not specify how data is transmitted over the wire, it does not specify how data is stored. XML simply determines the format of the data: what you do with the data is up to you. That said, the real power behind XML is not solely its ability to represent data: XML's real power lies in ancillary technologies that, when combined with XML, provide robust solutions, and XPath is one of those ancillary technologies.
Version 1.0 of the XML Path Language became a World Wide Web