Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the Difference between HTML and DHTML

Answers were Sorted based on User's Feedback



What is the Difference between HTML and DHTML..

Answer / mahi

HTML - (Hypertext Markup Language) is the set of markup
symbols or codes inserted in a file intended for display on
a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the
user.

DHTML - Dynamic HTML is a collective term for a combination
of Hypertext Markup Language (HTML) tags and options that
can make Web pages more animated and interactive than
previous versions of HTML

Is This Answer Correct ?    159 Yes 13 No

What is the Difference between HTML and DHTML..

Answer / sarath chandra

HTML: it is the static part of the document and it is just
used to display the contents statically is called as the
html


DHTML: It is the dynamic part of the html where the mater
is dynamically displayed so it is called as the dhtml


html & dhtml are both the markup languages both are used to
develop a web pages

Is This Answer Correct ?    98 Yes 21 No

What is the Difference between HTML and DHTML..

Answer / murugan

Answer #1 is correct

Is This Answer Correct ?    42 Yes 15 No

What is the Difference between HTML and DHTML..

Answer / chaitanya

HTML-Hypertext Markup language.which displays the static
content of data.

DTHL-Dynamic Hypertext Markup Langauge which is the
combination of css,javascript and html.we can do form
validations.

Is This Answer Correct ?    25 Yes 7 No

What is the Difference between HTML and DHTML..

Answer / reddy

HTML - (Hypertext Markup Language) is the set of markup
symbols or codes inserted in a file intended for display on
a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the
user.

DHTML - Dynamic HTML is a collective term for a combination
of Hypertext Markup Language (HTML) tags and options that
can make Web pages more animated and interactive than
previous versions of HTML

Is This Answer Correct ?    23 Yes 12 No

What is the Difference between HTML and DHTML..

Answer / jitender

HTML is simpal Static Language but when use CSS and Java
Script in HTML that is called DHTML.

Is This Answer Correct ?    9 Yes 2 No

What is the Difference between HTML and DHTML..

Answer / karan mehta

In Dhtml response to question given at that time.for example
chatting.
In Html response to question is not given at that time.for
example emails.

Is This Answer Correct ?    12 Yes 7 No

What is the Difference between HTML and DHTML..

Answer / vivek rastogi

HTML - (Hypertext Markup Language) is the set of markup
symbols or codes inserted in a file intended for display on
a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the
user.

DHTML - Dynamic HTML is a collective term for a combination
of Hypertext Markup Language (HTML) tags and options that
can make Web pages more animated and interactive than
previous versions of HTML - VIVEK RASTOGI, LUCKNOW

Is This Answer Correct ?    9 Yes 6 No

What is the Difference between HTML and DHTML..

Answer / abhinandan mishra

DHTML:- sites are dynamic in nature. DHTML uses client side
scripting to change variables in the presentation which
affects the look and function of an otherwise static page.
DHTML characteristics are the functions while a page is
viewed, rather than generating a unique page with each page
load (a dynamic website).

On the other hand, HTML is static. HTML sites relies solely
upon client-side technologies. This means the pages of the
site do not require any special processing from the server
side before they go to the browser.

Is This Answer Correct ?    11 Yes 8 No

What is the Difference between HTML and DHTML..

Answer / kamalpreet

html is static in nature
dhtml is dynamic in nature.


html can't change data
dhtml can changed data.

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More JavaScript Interview Questions

How to create a function using function constructor?

0 Answers  


How do I open javascript in browser?

0 Answers  


What does the isNaN() function?

0 Answers  


Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).

0 Answers  


What is the use of 'bind' method in JavaScript?

0 Answers  


If an array with name as "names" contain three elements, then how will you print the third element of this array?

0 Answers  


How do browsers work?

0 Answers  


How much time it will take to learn javascript?

0 Answers  


Basic methods for opening a popup window using javascript?

0 Answers  


Which built-in method removes the last element from an array and returns that element?

0 Answers  


What is an example of javascript?

0 Answers  


Is javascript event driven?

0 Answers  


Categories