What is DHTML? How does it differ from HTML?

Started by mark.smith836, September 13, 2012, 05:37:06 AM

mark.smith836

DHTML stands for dynamic hyper text markup language which is used to create dynamic page using different technologies such as HTML, CSS, DOM and JavaScript.
Unlike DHTML, HTML is often used in developing static pages.
I hope this piece of information will be helpful for everyone.
Spinx Inc. – A Well-known and an Ideal Company for Mobile Applications Development Service
http://mobile-development.spinxwebdesign.com/

kathrine01

HTML is Hyper Text Markup Language and its not a programming language.However, DHTML is Dynamic HTML and its not a web standard or a language but it is art of combining DOM, CSS, JavaScript and HTML. Dynamic HTML is used to describe the technologies used to make webpages more interactive and dynamic in nature and HTML uses markup tags to describe pages. I hope, it would clear your concept about HTML and DHTML.

catherineteen

Quote from: mark.smith836 on September 13, 2012, 05:37:06 AM
DHTML stands for dynamic hyper text markup language which is used to create dynamic page using different technologies such as HTML, CSS, DOM and JavaScript.
Unlike DHTML, HTML is often used in developing static pages.
I hope this piece of information will be helpful for everyone.
DHTML refers to creating dynamic web pages using java script, css, html events etc.

siyajoshi

Hello..

HTML
1. It is referred as a static HTML and static in nature.
2.A plain page without any styles and Scripts called as HTML.
3.HTML sites will be slow upon client-side technologies.

DHTML
1.It is referred as a dynamic HTML and dynamic in nature.
2.A page with HTML, CSS, DOM and Scripts called as DHTML.
3.DHTML sites will be fast enough upon client-side technologies.
Thnx..:)

openeshore

As I know DHTML is a collective term for a combination of new Hypertext Markup Language (HTML) tags. Javascript gives you a dynamic layer to your normaly static HTML which is where it becomes DHTML.

samhusten

DHTML uses event handling while HTML not.DHTML is a TERM describing the art of making dynamic and interactive web pages.

parkerjohnson

Quote from: kathrine01 on September 14, 2012, 07:16:50 AM
HTML is Hyper Text Markup Language and its not a programming language.However, DHTML is Dynamic HTML and its not a web standard or a language but it is art of combining DOM, CSS, JavaScript and HTML. Dynamic HTML is used to describe the technologies used to make webpages more interactive and dynamic in nature and HTML uses markup tags to describe pages. I hope, it would clear your concept about HTML and DHTML.

Nice post, keep up the good work. Hope to read more such amazing posts. Thanks once again.

ruby


HTML
1. It is referred as a static HTML and static in nature.
2.A plain page without any styles and Scripts called as HTML.
3.HTML sites will be slow upon client-side technologies.



DHTML
1.It is referred as a dynamic HTML and dynamic in nature.
2.A page with HTML, CSS, DOM and Scripts called as DHTML.
3.DHTML sites will be fast enough upon client-side technologies.

kathrine01

Quote from: ruby on October 08, 2012, 08:00:36 AM

HTML
1. It is referred as a static HTML and static in nature.
2.A plain page without any styles and Scripts called as HTML.
3.HTML sites will be slow upon client-side technologies.



DHTML
1.It is referred as a dynamic HTML and dynamic in nature.
2.A page with HTML, CSS, DOM and Scripts called as DHTML.
3.DHTML sites will be fast enough upon client-side technologies.

Nice post, keep up the good work. Hope to read more such amazing posts. Thanks for sharing the difference.

virgil

DHTML stands for Dynamic Hyper Text Markup Language. It is a language which is a combination of HTML and JavaScript. It is not a language but it is used to create an attractive and dynamic web page by using different scripting language.

HTML is a language through which you can create a static website which is based on the content and images.  DHTML is not a language but it is a technology. Users use different scripting languages for creating an excellent layout on to the website.

Bob

Quote from: mark.smith836 on September 13, 2012, 05:37:06 AM
DHTML stands for dynamic hyper text markup language which is used to create dynamic page using different technologies such as HTML, CSS, DOM and JavaScript.
Unlike DHTML, HTML is often used in developing static pages.
I hope this piece of information will be helpful for everyone.

I short DHTML or Dynamic Hypertext Markup Language is the dynamic part of static HTML or Hypertext Markup Language.

MorayaBowater

DHTML (Dynamic HTML) is the combination of HTML and JavaScript. You can use DHTML to create interactive websites with animations. HTML (Hyper Text Markup Language) is a markup language that is used to create web pages.


ericfox

DHTML is merely a browser feature that provides your browser (Web page) to be dynamic. Some advantages of this Fast and Zippy, Plug-ins, we don't need them, Great Utility.


rob12

DHTML is an umbrella term for 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.
HTML is Hyper Text Markup Language and its not a programming language.

biber

Thanks for identify the HTML and DHTML. Its really helpful for developers.

fahmed

#15
It's good to know the difference in between DHTML and HTML. I am learning HTML right now. I know some tags different from DHTML. I am unable to understand only just one think in HTML. it is frame related. It's really hard to me to understand. DHTML is better then HTML. because you can create any dynamic web page with it.

I have some questions. Can anyone please help me?

What is the html code to make horizontal boxes i need to make some boxes go from left to right but all i can find is on top of each other, you can see example here at my site http://www. carinsurancequotesinformation .com where the boxes are next to each other, and will this affect the page width on my site.
Someone told me use DIV tags but how do i put this in HTML code?.