Results 1 to 15 of 19
Thread: Html & dhtml?
-
01-04-2011, 02:59 AM #1
Sophomore
- Join Date
- Dec 2010
- Posts
- 100
- Thanks
- 0
- Thanked 6 Times in 5 Posts
- Feedback Score
- 0
Html & dhtml?
Dear friend,
What is the difference between HTML & DHTML?give me some explanation about it.
Thanks in advance
-
01-04-2011, 04:08 AM #2
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.
-
01-10-2011, 07:03 AM #3
Freshman
- Join Date
- Jun 2010
- Posts
- 47
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
HTML sites going solely upon client-side technologies and DHTML sites going fast upon client-side technologies.
HTML sites are dynamic in nature and DHTML sites are dynamic in nature.
-
01-11-2011, 02:53 AM #4
Freshman
- Join Date
- Dec 2010
- Posts
- 23
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
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
(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.Logo Design Service | Brochure Design
-
01-11-2011, 02:56 AM #5
Junior
- Join Date
- Oct 2010
- Posts
- 459
- Thanks
- 0
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
DHTML is the same as HTML but it is dynamic so we can create our tags there.
-
02-17-2011, 07:12 AM #6
Sophomore
- Join Date
- Sep 2010
- Location
- U.S.A
- Posts
- 107
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Html & dhtml ?
Hello Friends,
HTML is the basic language to make web pages.
DHTML uses language resources such as style sheets (css) and javascript to modify "dynamically" the properties of the objects found in web pages. DHTML is being obsolete due that all the thinks you can do can be done easier with flash.
Thanks
-
02-23-2011, 07:22 AM #7
Freshman
- Join Date
- Feb 2011
- Posts
- 24
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
They are just name spaces html and xhtmt
-
03-01-2011, 12:44 AM #8
Sophomore
- Join Date
- Feb 2011
- Posts
- 67
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi
In html we cant create the dynamic pages but in DHML we can create the dynamic pages.
-
03-22-2011, 09:03 AM #9
Sophomore
- Join Date
- Mar 2011
- Posts
- 90
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
DHTML (Dynamic HTML) is not a programming or markup language like HTML. It is a term that is used to describe the creation of dynamic and interactive pages. One of the advantages of DHTML for web design and clients is that it can combine the use of HTML, JavaScript, XML and CSS (Cascading Style Sheets). Dynamic web pages/websites separate the content (text) from the logic (interactive functions, look and feel etc.). Dynamic content is stored in a database that is connected to the website.
█ A home to Virtual Machines! █ Onshore/Offshore Managed VPS █ Managed HardCore Ultimate VPS Offshore/Onshore
-
03-25-2011, 03:59 AM #10
Junior
- Join Date
- Mar 2011
- Posts
- 180
- Thanks
- 0
- Thanked 4 Times in 4 Posts
- Blog Entries
- 1
- Feedback Score
- 0
I think, You are having much idea about this scripting language HTML. And What do you mean by DHTML? Any programming language? Absolutely Wrong at all!
DHTML, Stands for Dynamic HtML, is the term as the name itself demonstrating the virtuosity of developing dynamic and communal Web pages.
-
03-28-2011, 06:34 AM #11
Freshman
- Join Date
- Mar 2011
- Posts
- 14
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
HTML is a static site , that you can do editing just from the code its self like adding new page or text or image etc.
DHTML is Dynamic site , that you can edit the site from the admin side .
-
03-28-2011, 10:52 PM #12
Freshman
- Join Date
- Mar 2011
- Posts
- 30
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
HTL sites are static in nature and less interactive while DHTML sites are more interactive and dynamic in nature
-
11-24-2011, 06:22 AM #13
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
-
11-25-2011, 02:19 AM #14
Junior
- Join Date
- Dec 2010
- Posts
- 287
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
HTML (Hyper Text Markup Language) is the actual markup language used to build websites. It is the main structure of a website. It builds tables, creates divisions, gives a heading message (In the title bar of programs), and actually
DHTML is not a language but a technology. It stands for Dynamic HTML and it's using HTML, CSS and Javascript together to create web pages that are not static displays only, but the content is actually dynamic in response to what a visitor does on a page
-
11-28-2011, 04:28 AM #15
Freshman
- Join Date
- May 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
HTML is a language for describing web pages.
* HTML (stands for Hyper Text Markup Language)
* HTML is not a programming language, it is a markup language
* A markup language is a set of markup tags
* HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags
* HTML tags are keywords surrounded by angle brackets like <html>
* HTML tags normally come in pairs like <b> and </b>
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags
DHTML is NOT a language.
DHTML is a TERM describing the art of making dynamic and interactive web pages.
DHTML combines HTML, JavaScript, the HTML DOM, and CSS.
Similar Threads
-
DHTML Fading Animation Image
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 05-15-2010, 11:03 AM -
Dynamic DHTML SubMenus onMouseover
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 04-30-2010, 10:38 PM -
Complete referce guide required to difference between xhtml, html, dhtml
By sophiemartin in forum HTML / DHTMLReplies: 2Last Post: 09-14-2009, 07:43 AM -
Learning about dhtml
By nava in forum HTML / DHTMLReplies: 1Last Post: 08-25-2009, 07:00 AM -
AJAX, DHTML and JavaScript Libraries
By Amit.Verma in forum Web Development - Programming & CodingReplies: 3Last Post: 08-19-2008, 01:18 AM


Reply With Quote

