What is the importance of <script> tag?



What is the importance of <script> tag?..

Answer / Megha Sharma

<script> tag in HTML is crucial as it allows for JavaScript code to be embedded within an HTML document, enabling interactivity and dynamic content.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

If we want to return the character from a specific index which method is used?

1 Answers  


What is object cloning

4 Answers  


How do you check if a variable is an object

1 Answers  


What is are the types of the pop up box es available in javascript?

1 Answers  


Explain with an example the use of event handlers in javascript.

1 Answers  


what difference between args.length and args.length() in command line argument?

1 Answers  


How to encode and decode a url in javascript?

1 Answers  


What does e mean in javascript?

1 Answers  


What are data structures in javascript?

1 Answers  


Are Attributes and Property the same?

1 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,


What are the seven data types of javascript?

1 Answers  


Categories