0
Q:

what is the use of script tag in html

<script>
 document.getElementById("id").innerText = ("");
</script>
0
<script>
  //Insert JS scripts here
  var html
  html = "You can use the <script> tag to incorporate JS code into your HTML code"
  console.log(html)
</script>
0
<script>
  // Write JS here
</script>

<script src="link/to/js/file.js"></script>
0

New to Communities?

Join the community