What is the Difference between HTML and DHTML
Answer Posted / chaitanya
HTML-Hypertext Markup language.which displays the static
content of data.
DTHL-Dynamic Hypertext Markup Langauge which is the
combination of css,javascript and html.we can do form
validations.
Is This Answer Correct ? | 25 Yes | 7 No |
Post New Answer View All Answers
Explain the difference between “==” and “===”?
Are Javascript and JScript the same?
What is difference between local and global scope in javascript ?
what is flux in javascript?
How do I open javascript in chrome?
What is eager initialization in java?
How Does Function Hoisting Work in JavaScript?
how do you declare variables in javascript?
Why javascript is called lightweight language?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
What is the best free ide?
How to create arrays in javascript?
What is this? Var myarray = [[[]]];
If we want to return the character from a specific index which method is used?
What is the use of debugger keyword in javascript?