English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

I'm assuming you mean DHTML.
DHTML = Dynamic HTML

Dynamic HTML allows you to access the DOM of a webpage.
DOM = Document Object Model.

Javascript is a scripting language used to write client-side scripts within a web page.

In other words - you have a web page: MyWebPage.html
That web page is structured according to the DOM. You can't see it - it is something with how a web page is built.

Javascript within the web page will run on the client (person who opened up the page) computer and it has access to all the "parts" of the web page via the DOM.

Javascript also does fun things like pop-up little alert windows and handle events. Buttons that change when you mouse-over them are handled by java script.

2006-06-14 06:06:13 · answer #1 · answered by shewolf_06340 3 · 0 1

DHTML is dynamic HTML.

HTML is a simple text markup language.

In order to make HTML dynamic you require a scripting language like JavaScript or VB-script.

JavaScript and VB-script are programming languages.

2006-06-14 10:44:11 · answer #2 · answered by AnalProgrammer 7 · 0 0

Javascript is a part of DHTML including (x)HTML and CSS

2006-06-14 10:40:36 · answer #3 · answered by Caus 5 · 0 0

JS is a scripting language and DHTML is the method to work with HTML document.

2006-06-14 10:40:39 · answer #4 · answered by alakit013 5 · 0 0

fedest.com, questions and answers