why we use javascript in html ?

Answers were Sorted based on User's Feedback



why we use javascript in html ?..

Answer / pks

make using javascript we can solve the problems. like
calculation..

Is This Answer Correct ?    4 Yes 0 No

why we use javascript in html ?..

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

why we use javascript in html ?..

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

why we use javascript in html ?..

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

Post New Answer

More JavaScript Interview Questions

What is use strict in javascript?

0 Answers  


What is meant by object oriented programming?

0 Answers  


Is null === undefined?

0 Answers  


Explain javascript closures by example.

0 Answers  


how to activate and deactivate the constraint with all the default values

0 Answers  






How and where javascript namespacing is used?

0 Answers  


How to create a popup warning box?

0 Answers  


How to remove duplicate values from a javascript array?

0 Answers  


What is a name function in javascript?

0 Answers  


What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);

1 Answers  


Which company developed JavaScript?

0 Answers  


What is an immediately-invoked function expression?

0 Answers  


Categories