Multiple choice general knowledge science & technology

To insert JavaScript into an HTML page, we use the _________ tag.

  1. <script>

  2. <javascript>

  3. <java>

  4. <insert>

  5. <language>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTML uses the tag to embed JavaScript code. Other tags like <javascript>, <java>, <insert>, or <language> are not valid HTML elements.