Computer Science, asked by nehalodha7559, 1 year ago

How does an HTML page identify the JavaScript code ? Give an example.

Answers

Answered by Anonymous
0

Hi,


html page identify the javascript code with the help of script tag

syntax:

<script>

// javascript code will be written here

</script>


Similar questions