Magento Expert Forum - Improve your Magento experience

Page 1 of 2 12 LastLast
Results 1 to 20 of 29

What is Dynamic HTML?

  1. #1

  2. The Following User Says Thank You to thaonvp For This Useful Post:

    nortonm (16-06-2018)

  3. #2
    New member
    Join Date
    Mar 2015
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    DHTML stands for Dynamic HTML and is uses the HTML, JavaScript, DOM, & CSS in a program.

    Following is very simple example of DHTML. Following example displays alert message on bodyonload:


    <html>
    <head>
    <Title>DHTML Example</Title>
    <script type="text/javascript">
    function ShowMessage()
    {
    alert("Message called on Body on load");
    }
    </script>
    </head>

    <body onload="ShowMessage()">
    </body>

    </html>


    Thanks & Regards
    Saga Biz Solutions

  4. #3
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    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.

  5. #4
    Junior Member
    Join Date
    Jan 2015
    Posts
    195
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Default

    Dynamic HTML, or 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, a presentation definition language, and the Document Object Model.

  6. The Following User Says Thank You to thuybk For This Useful Post:

    nortonm (16-06-2018)

  7. #5
    Junior Member
    Join Date
    Jan 2015
    Posts
    97
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    A dynamic website is written using more complex code such as PHP or ASP and has a greater degree of functionality. For instance, many dynamic websites can be controlled by a content management system. This means that you will potentially be able to make updates without needing any knowledge of HTML or any website software.

  8. #6
    Junior Member
    Join Date
    Apr 2015
    Posts
    109
    Thanks
    0
    Thanked 8 Times in 8 Posts

    Default

    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.

  9. #7
    Junior Member
    Join Date
    Jan 2015
    Posts
    195
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Default

    Dynamic HTML is a new way of looking at and controlling the standard HTML codes and commands. Dynamic HTML give you more control over the HTML elements and allows them to change at any time, without returning to the Web serv

  10. #8
    Junior Member
    Join Date
    May 2015
    Posts
    50
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    DHTML allows authors to add effects to their pages

    For example

    Java script function can change the html content

    Include rollover buttons or drop-down menus.

  11. #9
    Junior Member
    Join Date
    Mar 2015
    Posts
    295
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    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.

  12. #10
    Junior Member
    Join Date
    Mar 2016
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This page describes the term dynamic HTML and lists other pages on the Web where you can find additional information.

  13. #11
    Junior Member
    Join Date
    Mar 2016
    Posts
    209
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    This page describes the term dynamic HTML and lists other pages on the Web where you can find additional information.

  14. #12
    New member
    Join Date
    Jul 2016
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    DHTML viết tắt của Dynamic HTML và được sử dụng HTML, JavaScript, DOM. Là một thuật ngữ chung cho một tập hợp các công nghệ sử dụng với nhau để tạo ra các trang web tương tác và hoạt h́nh bằng cách sử dụng một sự kết hợp của một ngôn ngữ đánh dấu tĩnh (như HTML ), một ngôn ngữ kịch bản phía máy khách, một ngôn ngữ định nghĩa tŕnh bày , và Document Object Model.

  15. #13
    Junior Member
    Join Date
    Feb 2016
    Location
    India
    Posts
    47
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    DHTML is the art of combining HTML, JavaScript, DOM, and CSS. DHTML is a TERM used to describe the technologies used to make web pages dynamic.

  16. The Following User Says Thank You to AquibSk123 For This Useful Post:

    nortonm (16-06-2018)

  17. #14
    Junior Member
    Join Date
    Aug 2016
    Posts
    107
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Dynamic HTML, or 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.

  18. #15
    Junior Member
    Join Date
    Aug 2016
    Posts
    98
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default

    Dynamic HTML is a collective term for a combination of Hypertext Markup Language (HTML) tag.

  19. #16
    Junior Member
    Join Date
    Aug 2016
    Posts
    184
    Thanks
    2
    Thanked 2 Times in 2 Posts

    Default

    Dynamic HTML refers to code tags.

  20. #17
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    DHTML is JavaScript and HTML to allow the programmer to manipulate the DOM, and change appearance of the web page with code & CSS in a program.

  21. #18
    Junior Member
    Join Date
    Mar 2017
    Posts
    30
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    DHTML is the art of combining HTML, JavaScript

  22. #19
    Junior Member
    Join Date
    Jul 2017
    Location
    Chennai
    Posts
    10
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Dynamic HTML, or 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, a client-side scripting language, a presentation definition language.

  23. #20
    Junior Member
    Join Date
    Sep 2016
    Posts
    335
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Dynamic HTML, or DHTML, is an umbrella time period for a set of technologies used collectively to create interactive and animated websites by way of using a mixture of a static markup language (such as HTML), a client-side scripting language (corresponding to JavaScript), a presentation definition language (such as CSS), and the report Object mannequin.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •