In how many ways a Javascript code can be involved in an HTML file?



In how many ways a Javascript code can be involved in an HTML file?..

Answer / datta

JavaScript code can be involved in an Html file in 3 ways
Inline
Internal and
External

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is Currying in Javascript?

0 Answers  


What is createtextnode?

0 Answers  


How are tag positions used in javascript?

0 Answers  


How can we detect os of the client machine using javascript?

0 Answers  


What is the difference between .call() and .apply()?

0 Answers  


Is javascript insecure?

0 Answers  


How can you set position of the page (top and left) to 0 using javascript in one line code?

0 Answers  


How to test 404 page in QA

0 Answers  


What is called variable?

0 Answers  


Can you assign a anonymous function to a variable?

0 Answers  


How do I enable javascript on google?

0 Answers  


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.

0 Answers   Wipro,


Categories