JavaScript has to called inside ________ tags
Answers
Answered by
0
JavaScript is a scripting computer language originally developed for client-side web development. It is usually used to control browser behavior- open a menu, show a popup, or get more information back from the server. The language is dynamic (you can declare classes and functions on the fly) and flexible (weakly typed).
Answered by
4
Hi
JavaScript has to called inside script tags.
example:
<script>
alert("Hello Ajay!");
</script>
Similar questions