What is the diffrence between HTML & DHTML...?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are xhtml files?
How do you pronounce bvlgari?
Does safari support datalist?
What is ul in html?
What is meta tag description?
What is the process of tagging?
Is html client side or server side?
Are there any problems with using tables for layout?
What does :: before mean in html?
How can I eliminate the extra space after a </form> tag?
Is doctype mandatory?
What are dom levels?