top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the difference between html and xhtml and dhtml?

+1 vote
1,053 views
posted Jan 16, 2017 by Abhay Dubey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

HTML i.e. Hypertext Markup Language provides a simple tag-based syntax for creating forms, embedding pictures and links, and producing other structural and presentational aspects of a web page.

XHTML (Extensible Hypertext Markup Language) is almost identical HTML with the exception of a stricter set of syntactic rules based on the XML standard. For instance, in HTML you can use an opening tag in many instances without a matching closing tag. In XHTML each opening tag must have a matching closing tag.

DHTML (Dynamic HTML) is a collection of technologies used to move beyond the static presentation of information to create more interactive web pages. Technologies that play a role in DHTML include HTML, JavaScript, Cascading Style Sheets (CSS), and the Document Object Model (DOM). CSS is used to control the presentation of the structured content defined by HTML. The DOM is a client-side programmable interface to the state of the HTML document being rendered and its associated CSS presentation. The Dynamic part of DHTML comes into play when JavaScript is used to manipulate the state of the DOM to cause the appearance or behavior of the rendered web page to change.

Credit: https://www.qualitylogic.com/Contents/Web-Testing/Technology/HTML-XHTML-DHTML.aspx

answer Jan 16, 2017 by Salil Agrawal
Similar Questions
+3 votes

What is XHTML Modularization?

0 votes

Sorry for simple question, need to clean some queryhome code.

Can someone help me to find out the difference between these three: onclick, onmouseover, onmouseout.

...