Computer Science, asked by Subhash8601, 1 year ago

Which tag is used to indicate javascript code in an html page?

Answers

Answered by Anonymous
1

The HTML <script> Tag. The <script> tag is used to define a client-side script (JavaScript). The <script> element either contains scripting statements, or it points to an external script file through the src attribute.

Similar questions