In which HTML element, we put the JavaScript code?

4. In which HTML element, we put the JavaScript code?

  1. <javascript>...</javascript>
  2. <js>...</js>
  3. <script>...</script>
  4. <css>...</css>

Answer: C) <script>...</script>

Explanation:

The JavaScript code is written inside the <script>...</script> tag/element.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.