why we use javascript in html ?
Answers were Sorted based on User's Feedback
Answer / pks
make using javascript we can solve the problems. like
calculation..
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sam
javascript makes website dynamic. html is used to display text in the web browser, it does not have any capability to do some cool stuffs like animate pictures and text. Javascript is full programming language that adds dynamic features like changing color, hide paragraph, animate picture, scroll down list etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pks
JAVASCRIPT IS A CLIENT SIDE SCRIPTING LANGUAGE.
IT IS USED TO VALIDATING FROM ON CLIENT SIDE ITSELF.
JAVASCRIPT IS AN INTERPRETED LANGUAGE...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pks
we are using javascript in html for making the webpage dynamic.It will provide different answer for different user request.This is the main reason we using javascript in html.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to reload the current page?
What are disadvantages of using javascript?
What is local and global scope?
How do you define a class and its constructor?
What is javascript hoisting?
What are javascript closures?
What is the role of javascript in html?
Why is javascript good for websites?
What is Minification
You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
How to access an external javascript file that is stored externally and not embedded?
Which type of variable among global and local, takes precedence over other if names are same?