Internet Marketing Business Forum


Internet Marketing Business Forum » MAIN FORUMS » Web Design & Programming » what is difference between html and dhtml?
Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-01-2009, 06:26 PM   #1 (permalink)
 akki's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 2
akki is on a distinguished road
Default what is difference between html and dhtml?

can anyone tell me ..
what is dhtml is all about??
akki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-01-2009, 06:37 PM   #2 (permalink)
 giftfromgod's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 2
giftfromgod is on a distinguished road
Default

The D stand for dynamic (Hyper Text Markup Language) that means movement or animation in a website, you know like lights blinking around a sign or snowflakes falling and stuff.
giftfromgod is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-01-2009, 06:40 PM   #3 (permalink)
 neanathaw's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
neanathaw is on a distinguished road
Default

theres a d in front of the html
neanathaw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-01-2009, 06:55 PM   #4 (permalink)
 Stings's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
Stings is on a distinguished road
Default

DHTMl==Dynamic HTMl
Where we can do some funny things with menus ,headers etc at front end
https://www.dynamicdrive.com
Stings is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-01-2009, 06:57 PM   #5 (permalink)
 David D's Avatar
 
Status: Junior Member
Join Date: Jul 2009
Posts: 10
David D is on a distinguished road
Default

HTML is a language for describing the structure and semantics of text.

DHTML is a buzzword popular in the late 90s that means "Altering an HTML document in the browser using JavaScript".
David D is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-01-2009, 09:11 PM   #6 (permalink)
 Nicegirl's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
Nicegirl is on a distinguished road
Default

Dynamic HTML, or DHTML, is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.

DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.

By contrast, a dynamic web page is a broader concept — any web page generated differently for each user, load occurrence, or specific variable values. This includes pages created by client-side scripting, and ones created by server-side scripting (such as PHP or Perl) where the web server generates content before sending it to the client.
Nicegirl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-02-2009, 12:30 PM   #7 (permalink)
 ashish a's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
ashish a is on a distinguished road
Default

html-hyper text markup language
dhtml-dynamic html.DHTML is NOT a language.DHTML is a TERM describing the art of making dynamic and interactive web pages.DHTML combines HTML, JavaScript, DOM, and CSS.
ashish a is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-02-2009, 01:40 PM   #8 (permalink)
 
Status: Junior Member
Join Date: Aug 2009
Posts: 3
JAMES B is on a distinguished road
Default

d stands for dynamic it was a format that was played with before flash became popular
JAMES B is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 08-03-2009, 03:50 AM   #9 (permalink)
 Deborah N's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
Deborah N is on a distinguished road
Default

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. Each individual markup code is referred to as an element (but many people also refer to it as a tag). Some elements come in pairs that indicate when some display effect is to begin and when it is to end.
HTML is a formal Recommendation by the World Wide Web Consortium (W3C) and is generally adhered to by the major browsers, Microsoft's Internet Explorer and Netscape's Navigator, which also provide some additional non-standard codes. The current version of HTML is HTML 4.0. However, both Internet Explorer and Netscape implement some features differently and provide non-standard extensions. Web developers using the more advanced features of HTML 4 may have to design pages for both browsers and send out the appropriate version to a user. Significant features in HTML 4 are sometimes described in general as dynamic HTML. What is sometimes referred to as HTML 5 is an extensible form of HTML called Extensible Hypertext Markup Language (XHTML).

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. Much of dynamic HTML is specified in HTML 4.0. Simple examples of dynamic HTML capabilities include having the color of a text heading change when a user passes a mouse over it and 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.
Deborah N is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 11-12-2010, 05:13 AM   #10 (permalink)
 
Status: Junior Member
Join Date: Nov 2010
Posts: 3
jack567 is on a distinguished road
Default

HTML is Hyper text Markup Language which is used for simple static webpages.
DHTML is Dynamic Hypertext Markup Language which is used to make dynamic webpages using javascript and style sheets. Using DHTML we can make more interactive using animations. It uses client side scripting language to change variables in presentation.
__________________
dental plan coupon codes
jack567 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 11-12-2010, 06:06 AM   #11 (permalink)
 
Status: Junior Member
Join Date: Nov 2010
Posts: 4
metorhsivag is on a distinguished road
Default

HTML stands for Hyper Text Markup Language.HTML is not a programing language, it is a Markup Language.
DHTML stands for Dynamic HTML. DHTML is not a language or web standard.
__________________
body scrubs
metorhsivag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 11-23-2010, 03:02 AM   #12 (permalink)
 
Status: Junior Member
Join Date: Nov 2010
Posts: 6
David_beckham is on a distinguished road
Default

Dynamic HTML, or DHTML is an umbrella term for a collection of a technologies used together to create interactive and animated web sites by using a combination of a static mark up language (such as HTML), a client-side scripting language (such as Java Script) .
__________________
moncler jackets
David_beckham is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 12-20-2010, 05:30 PM   #13 (permalink)
 
Status: Junior Member
Join Date: Dec 2010
Posts: 3
cagemcmillon is on a distinguished road
Default what is difference between html and dhtml?

Html is a hyper text mark up language where DHtml is not a language but it's a technology. Html creates a static web-pages where DHtml use JavaScript,html,css which will creates a dynamic pages.
__________________
david shamoon marbella
cagemcmillon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-12-2011, 05:14 PM   #14 (permalink)
 
Status: Junior Member
Join Date: Jan 2011
Posts: 4
shaunlee is on a distinguished road
Default

HTML is used for simple static pages.
DHTML is Dynamic HTML, which is used to make dynamic pages using JavaScript and style sheets. Use of DHTML, we can make use of more interactive animation. It uses client-side scripting language to change the variables introduced.
__________________
digital camera accessories
shaunlee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-13-2011, 01:48 AM   #15 (permalink)
 
Status: Member
Join Date: Jan 2011
Posts: 30
leons0133 is on a distinguished road
Default What is the difference between html and dhtml

HTML means Hyper Text Markup Language, ,DHTML means Dynamic Hyper Text Markup Language.
leons0133 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-17-2011, 06:26 PM   #16 (permalink)
 
Status: Junior Member
Join Date: Jan 2011
Posts: 3
shautaits is on a distinguished road
Default

HTML stands for hypertext markup language and DHTML is stands for dynamic hypertext markup language.Both are used for making web pages more relevant and attractive.
__________________
media player
shautaits is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-19-2011, 04:11 AM   #17 (permalink)
 
Status: Junior Member
Join Date: Jan 2011
Posts: 4
AnselNobel is on a distinguished road
Default

DHTML - Dynamic Html, which allows user to access the resources like contents, menu etc in a web page dynamically, without using java scripts, asp etcHTML - Static Hyper text mark up language

DHTML - Dynamic Html, which allows user to access the resources like contents, menu etc in a web page dynamically, without using java scripts, asp etc.
__________________
Tablet | netbook | Whole sale
AnselNobel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-22-2011, 09:49 AM   #18 (permalink)
 
Status: Junior Member
Join Date: Jan 2011
Posts: 4
rubymartin is on a distinguished road
Default what is difference between html and dhtml?

HTML is Hyper Text Markup Language, which uses a simple static page. DHTML is Dynamic Hypertext Markup Language, which is used to make dynamic web pages using JavaScript and style sheets. Using DHTML, we can make greater use of interactive animations. It uses client-side scripting to change the variables presented.
__________________
vegetable seeds
rubymartin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 01-24-2011, 06:53 AM   #19 (permalink)
 
Status: Junior Member
Join Date: Jan 2011
Posts: 6
Gil.green is on a distinguished road
Default

That means movement or animation in a website, you know like lights blinking around a sign or snowflakes falling and stuff.
Gil.green is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 02-04-2011, 12:32 AM   #20 (permalink)
 
Status: Junior Member
Join Date: Feb 2011
Posts: 6
cath01ka is on a distinguished road
Default

Html is a hyper text mark up language where DHtml is not a language but it's a technology. Html creates a static web-pages where DHtml use JavaScript,html,css which will creates a dynamic pages.
cath01ka is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 02-07-2011, 04:13 PM   #21 (permalink)
 
Status: Junior Member
Join Date: Feb 2011
Posts: 5
camlyhardy is on a distinguished road
Default

HTML is Hypertext Markup Language, which uses a simple static page. DHTML Dynamic Hypertext Markup Language, used to make dynamic web pages with JavaScript and style sheets. DHTML is Dynamic HTML, which is used to make dynamic pages with JavaScript and style sheets. Using DHTML, we can make more use of interactive animation. Customer uses a scripting language to modify the variables introduced.
__________________
mothers day flowers uk
camlyhardy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 02-08-2011, 01:17 PM   #22 (permalink)
 
Status: Junior Member
Join Date: Feb 2011
Posts: 12
romeopaul29 is on a distinguished road
Default

Html is a hyper book effect up language where DHtml is not a faculty but it's a study. Html creates a interference web-pages where DHtml use JavaScript,html,css which will creates a impulsive pages.
romeopaul29 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 03-28-2011, 05:32 PM   #23 (permalink)
 
Status: Junior Member
Join Date: Mar 2011
Posts: 4
deneyalmark is on a distinguished road
Default

HTML is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. DHTML is Dynamic Hypertext Markup Language which is used to make dynamic webpages using javascript and style sheets.
__________________
Online food safety
deneyalmark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 04-13-2011, 03:31 AM   #24 (permalink)
 
Status: Junior Member
Join Date: Apr 2011
Posts: 5
fabricromes is on a distinguished road
Default

DHTML is also called dynamic hypertext markup language. It has to interact and combination of hypertext mark up language. It is the use of JavaScript and style sheets.HTML is also called hyper text mark up language which provide excellent features that is used only simple and static page.
__________________
credit checks
fabricromes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 04-13-2011, 04:49 PM   #25 (permalink)
 
Status: Junior Member
Join Date: Apr 2011
Posts: 3
rickeyjosheph is on a distinguished road
Default

HTML - (Hyper Text Markup Language) is the set of markup Symbols or codes inserted in a file for viewing certain
a World Wide Web browser page. DHTML is Dynamic Hyper Text Markup Language, to make dynamic web pages using JavaScript and style sheets.
__________________
best casino directory
rickeyjosheph is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Closed Thread
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:26 AM.
Powered by vBulletin® Version 3.7.0 Beta 6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.


Nav Item BG