in Web Technologies
1,264 views
2 votes
2 votes

__________ tag is an extension to HTML that can enclose any number of Javascript statements.

  1. <SCRIPT>
  2. <BODY>
  3. <HEAD>
  4. <TITLE>
in Web Technologies
1.3k views

1 Answer

1 vote
1 vote

ans must be 1)SCRIPT

<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>

rest options are part of a normal HTML document

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true