Skip to content

Latest commit

 

History

History
executable file
·
14 lines (12 loc) · 693 Bytes

File metadata and controls

executable file
·
14 lines (12 loc) · 693 Bytes

What is DHTML?

  • Dynamic HTML (DHTML)
    • Makes possible a Web page to react and change in response to the user’s actions
  • DHTML consists of HTML + CSS + JavaScript

DTHML = HTML + CSS + JavaScript:

  • HTML defines Web sites content through semantic tags (headings, paragraphs, lists, …)
  • CSS defines 'rules' or 'styles' for presenting every aspect of an HTML document
    • Font (family, size, color, weight, etc.)
    • Background (color, image, position, repeat)
    • Position and layout (of any object on the page)
  • JavaScript defines dynamic behavior
    • Programming logic for interaction with the user, to handle events, etc.