Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: Html & dhtml?

  1. #1
    usman012 is offline Sophomore
    Join Date
    Dec 2010
    Posts
    100
    Thanks
    0
    Thanked 6 Times in 5 Posts
    Feedback Score
    0

    Default Html & dhtml?

    Dear friend,
    What is the difference between HTML & DHTML?give me some explanation about it.
    Thanks in advance

  2. #2
    joe12joe's Avatar
    joe12joe is offline Sophomore
    Join Date
    Jan 2011
    Location
    London
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    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.

  3. #3
    deepakg is offline Freshman
    Join Date
    Jun 2010
    Posts
    47
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    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.

  4. #4
    sarenarichard is offline Freshman
    Join Date
    Dec 2010
    Posts
    23
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Default

    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.

  5. #5
    jayrudalf is offline Junior
    Join Date
    Oct 2010
    Posts
    459
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Feedback Score
    0

    Default

    DHTML is the same as HTML but it is dynamic so we can create our tags there.

  6. #6
    allanswagger is offline Sophomore
    Join Date
    Sep 2010
    Location
    U.S.A
    Posts
    107
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Thumbs up 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

  7. #7
    tirupati is offline Freshman
    Join Date
    Feb 2011
    Posts
    24
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    They are just name spaces html and xhtmt

  8. #8
    prptl709 is offline Sophomore
    Join Date
    Feb 2011
    Posts
    67
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Post Hi

    In html we cant create the dynamic pages but in DHML we can create the dynamic pages.

  9. #9
    jacobatwood is offline Sophomore
    Join Date
    Mar 2011
    Posts
    90
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    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.

  10. #10
    jack jastin is offline Junior
    Join Date
    Mar 2011
    Posts
    180
    Thanks
    0
    Thanked 4 Times in 4 Posts
    Blog Entries
    1
    Feedback Score
    0

    Default

    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.

  11. #11
    HaidarAbdulhadi is offline Freshman
    Join Date
    Mar 2011
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    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 .

  12. #12
    sidharthbanyal is offline Freshman
    Join Date
    Mar 2011
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    HTL sites are static in nature and less interactive while DHTML sites are more interactive and dynamic in nature

  13. #13
    adamshien's Avatar
    adamshien is offline Sophomore
    Join Date
    Oct 2011
    Posts
    126
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Default

    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

  14. #14
    sonu sing is offline Junior
    Join Date
    Dec 2010
    Posts
    287
    Thanks
    2
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    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

  15. #15
    kristy85 is offline Freshman
    Join Date
    May 2011
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    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.

Page 1 of 2 12 LastLast

Similar Threads

  1. DHTML Fading Animation Image
    By JavaScriptBank in forum JavaScript & AJAX
    Replies: 0
    Last Post: 05-15-2010, 11:03 AM
  2. Dynamic DHTML SubMenus onMouseover
    By JavaScriptBank in forum JavaScript & AJAX
    Replies: 0
    Last Post: 04-30-2010, 10:38 PM
  3. Replies: 2
    Last Post: 09-14-2009, 07:43 AM
  4. Learning about dhtml
    By nava in forum HTML / DHTML
    Replies: 1
    Last Post: 08-25-2009, 07:00 AM
  5. AJAX, DHTML and JavaScript Libraries
    By Amit.Verma in forum Web Development - Programming & Coding
    Replies: 3
    Last Post: 08-19-2008, 01:18 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Partners: BOSTON WEB DEVELOPER, LLC   |   WEBCOSMO CLASSIFIEDS