Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-09-2012, 05:30 AM   #16
muzz
Registered User
 
Join Date: Sep 2012
Posts: 196
HTML (Hyper Text Markup Language) and DHTML (Dynamic Hyper Text Markup Language)
DHTML run with the help of HTML it's use for dynamic websites
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
muzz is offline   Reply With Quote
Old 10-31-2012, 07:42 PM   #17
henryc10
Registered User
 
Join Date: Oct 2012
Posts: 33
HTML-
.it is a dynamic HTML.

.The pages of the site do not require any special
processing from the server

side before they go to the browser.means the pages are
always the same for

all visitors - static.

.HTML sites going solely upon client-side technologies.

.HTML sites are dynamic in nature.

DHTML-
.it is a dynamic HTML.

.When we use style sheets and JavaScript in HTML file
called DHTML.

.DHTML uses client side scripting to change variables in
the presentation

which affects the look and function of an otherwise static
page.

.DHTML sites going fast upon client-side technologies.

.DHTML sites are dynamic in nature.
henryc10 is offline   Reply With Quote
Old 11-01-2012, 10:56 PM   #18
JuliaRoy
Registered User
 
Join Date: Oct 2012
Location: Ahmedabad, Gujarat, India
Posts: 2
HTML means Hypertext markup language. HTML creates static content on a web page. HTML is not programming language but it is a markup language. DHTML means Dynamic Hyper text markup language is not language and is used all client side. HTML is static in nature.HTML sites will be slow and DHTML sites will be fast upon client side technologies.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
JuliaRoy is offline   Reply With Quote
Old 12-11-2012, 11:33 PM   #19
andrewhoward123
Registered User
 
Join Date: Dec 2012
Location: Ludhiana,Punjab,India
Posts: 39
The major difference between DHTML and HTML Page is that HTML is static in nature and DHTML is Dynamic In Nature.
andrewhoward123 is offline   Reply With Quote
Old 12-31-2012, 11:15 PM   #20
abiabiah
Registered User
 
Join Date: Sep 2012
Posts: 34
Quote:
Originally Posted by chitra19 View Post
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.
You said that HTML is a static page and without any styling but DHMTL is used with styling. Most of the times when I am using styling in a HTML page and saving a page with HTML extension it works fine. Why is that so?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Also Do not Forget to Visit our
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Services to Rank Your App top in iStore.

Download HD Wallpapers in JPG Format from
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
abiabiah is offline   Reply With Quote
Old 04-22-2013, 11:17 PM   #21
RohanJaiswal
Registered User
 
Join Date: Apr 2013
Posts: 8
HTML stands for Hyper Text Markup Language which is static in nature while in case of DHTML stands for Dynamic Html which is dynamic in nature.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RohanJaiswal is offline   Reply With Quote
Old 04-25-2013, 05:13 AM   #22
Avilash
Registered User
 
Join Date: Apr 2013
Location: meerut
Posts: 23
HTML is used simply for creating static web pages and DHTML is for dynamic web pages
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Avilash is offline   Reply With Quote
Old 05-02-2013, 01:10 AM   #23
lindawatts307
Registered User
 
Join Date: Apr 2013
Posts: 15
HTML is used for simple basic website designing but DHTML is little advanced it mostly used for creating dynamic web pages.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lindawatts307 is offline   Reply With Quote
Old 05-05-2013, 11:45 PM   #24
lindawatts307
Registered User
 
Join Date: Apr 2013
Posts: 15
Diff betn HTML and DHTML

both are having their own importance HTML is used by for creating and designing static web pages while DHTML is demanded for creating dynamic web pages.
DHTML is little more advance than HTML.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lindawatts307 is offline   Reply With Quote
Old 05-20-2013, 11:36 PM   #25
akash.dehradun
Registered User
 
Join Date: May 2013
Posts: 9
1.HTML is not a programming language.
HTML sites going solely upon client-side technologies.
2.DHTML is not a language.
DHTML sites going fast upon client-side technologies.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
akash.dehradun is offline   Reply With Quote
Old 05-24-2013, 01:39 AM   #26
shivendra11
Registered User
 
Join Date: May 2013
Posts: 14
Lightbulb Difference between HTML and DHTML

HTML
It is referred as a static HTML and static in nature.
A plain page without any styles and Scripts called as HTML.
HTML sites will be slow upon client-side technologies.
DHTML
It is referred as a dynamic HTML and dynamic in nature.
A page with HTML, CSS, DOM and Scripts called as DHTML.
DHTML sites will be fast enough upon client-side technologies.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shivendra11 is offline   Reply With Quote
Old 06-07-2013, 04:42 AM   #27
jeffzeilenga
Registered User
 
Join Date: Mar 2013
Posts: 58
HTML is the hyper text mark up language it use static page and DHTML use javascript for dynamic funtionlity..
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jeffzeilenga is offline   Reply With Quote
Old 07-17-2013, 04:25 AM   #28
ebrainnight
Registered User
 
Join Date: Apr 2013
Posts: 15
The Major difference of nature HTML is the Static and DHTML is referred as dynamic HTML. We can easily understand that DHTML is more feature rich comparison to HTML.
__________________
AKWIRE
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Solutions,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
& Solufy
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Software
ebrainnight is offline   Reply With Quote
Old 04-22-2015, 06:25 AM   #29
rizwan
Registered User
 
Join Date: Jun 2014
Posts: 209
HTML stands for HyperText Markup Language. It is a well known mark up language used to develop web pages. It has been around for a long time and is commonly used in webpage design.
DHTML is essentially Dynamic HTML. It is a new way of looking at and controlling the standard HTML codes and commands. DHTML is a collection of technologies that are used to create interactive and animated web sites.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
rizwan is offline   Reply With Quote
Old 06-05-2015, 05:45 AM   #30
BenjaminMayer
Registered User
 
Join Date: Jun 2015
Location: canada
Posts: 29
HTML:
1.Html is static in nature and files are saved with .html extension.
2.Html pages does not require any processing from browser.
4.Html sites work slowly on client side technology.

DHTML:
1.Dhtml is dynamic in nature and files are saved with .dhtml extension.
2.Dhtml requires processing from browser which change its look and feel.
3.Dhtml works faster upon client side technology.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenjaminMayer is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:49 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.