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
name any two javascript functions which are used to convert nonnumeric values into numbers?
Can you assign a anonymous function to a variable?
What causes memory leaks?
Are Javascript and JScript the same?
How much time it will take to learn javascript?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
How do you name a variable in javascript?
How you will add function as a property in a javascript object? Give an example.
Is javascript backend or frontend?
Is it safe to use javascript?
What are parameters in javascript?
What are the javascript objects?
How to read a cookie using javascript?
Who created npm?
Are all javascript variables global?