script

script
HTML script Element
The HTML <script> element is used to place scripting blocks directly into your web page.

HTML CODE EXAMPLE
<script type="text/javascript">
  document.write('<h2>Welcome to the Show!</h2>');
</script>
 

Welcome to the Show!

0 Response to "script"

Post a Comment