Babai
12
Q:

script tag with type html

<script type="text/javascript">
  /*Detects that you are using javascript or text*/
</script>
0
<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

New to Communities?

Join the community