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!

Related Posts :

  • col col The HTML <col> element lends characteristics to a table column. This is… Read More...
  • cite cite The HTML <cite> element is used to represent the cited title of materi… Read More...
  • colgroup colgroup The HTML <colgroup> element represents a group of columns in a tab… Read More...
  • command command The HTML <command> element is used to insert context menu commands … Read More...
  • code code The HTML <code> element is used to specify a fragmant of computer code… Read More...

0 Response to "script"

Post a Comment