Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is the use of script tag in html

<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>
 
PREVIOUS NEXT
Tagged: #script #tag #html
ADD COMMENT
Topic
Name
4+6 =