What is the diffrence between HTML & DHTML...?

Answers were Sorted based on User's Feedback



What is the diffrence between HTML & DHTML...?..

Answer / o. sathish, hyderabad

html is used to write only static content

Dhtml is used to write dynamic content like using
javascript or vbscript in html to make html page dynamic

html is a error free language where dhtml is not a error
free language

Is This Answer Correct ?    12 Yes 1 No

What is the diffrence between HTML & DHTML...?..

Answer / dipak suryavanshi

XHTML is HTML described as an application of XML. It is very
similar to HTML, indeed all the element names and their
semantics are identical, but it has some important
differences. We will look at the more important of these now.

Here are the major differences that concern us when we use
it as a markup language. There are others, but they will
probably not concern us. You should consult the XHTML spec
(www.w3.org) for a full list of differences.

* XML is case sensitive. All XHTML element and attribute
names must be in lowercase.
* All attribute values must be quoted, e.g.
cellpadding="10", NOT cellpadding=10.
* Empty elements such as the 'img' element must take a
special form, namely <img/>. Not the penultimate forward slash.
* All non-empty elements must have closing tags, e.g.
<p>...</p>, <li>...</li>. Implied closing tags are not allowed.
* Implied elements e.g. in HTML the <head>...</head> and
<body>...</body> tags can be implied. In XHTML they must be
written out in full.
* The XHTML document declarations are different for
XHTML documents. Use View/source on this document to see a
typical XHTML declaration. in particular not the xmlns
attribute on the <html> opening tag.

Is This Answer Correct ?    11 Yes 2 No

What is the diffrence between HTML & DHTML...?..

Answer / manoj mishra

Dynamic HTML is a collective term for a combination of new
Hypertext Markup Language (HTML) tags and options, that will
let you create Web pages more animated and more responsive
to user interaction than previous versions of HTML. Much of
dynamic HTML is specified in HTML 4.0. Simple examples of
dynamic HTML pages would include (1) having the color of a
text heading change when a user passes a mouse over it or
(2) allowing a user to "drag and drop" an image to another
place on a Web page. Dynamic HTML can allow Web documents to
look and act like desktop applications or multimedia
productions.

The features that constitute dynamic HTML are included in
Netscape Communications' latest Web browser, Navigator 4.0
(part of Netscape's Communicator suite), and by Microsoft's
browser, Internet Explorer 4.0. While HTML 4.0 is supported
by both Netscape and Microsoft browsers, some additional
capabilities are supported by only one of the browsers. The
biggest obstacle to the use of dynamic HTML is that, since
many users are still using older browsers, a Web site must
create two versions of each site and serve the pages
appropriate to each user's browser version.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More HTML DHTML Interview Questions

How do I display the current date or time in my document?

1 Answers  


Is meta a self closing tag?

0 Answers  


What is alt text for images?

0 Answers  


What is <form> tag?

0 Answers  


Is colgroup deprecated?

0 Answers  






What is applet code?

0 Answers  


How do you make a picture into a background image of a web page?

0 Answers  


What is the difference between active link and normal link in html?

0 Answers  


Phonegap uses html5, css, and __________ to write and deploy application.

0 Answers  


What are some of the common lists that can be used when designing a page?

0 Answers  


What is nesting in html?

0 Answers  


What is dom and how it works?

0 Answers  


Categories