DHTML – Dynamic HyperText Markup Language
DHTML is used to create web pages that are both interactive and animated. Dynamic HTML is NOT a scripting language (like JavaScript), but rather a new way of looking at and controlling the standard HTML codes and commands. There are four parts to DHTML :
- Document Object Model (DOM)
- a client-side scripting language (such as JavaScript)
- a presentation definition language (such as CSS)
- markup language (such as HTML)
Leave a Reply