show-notice
hide-notice

Friday 9 August 2013

HTML script Tag


Introduction:

The HTML script tag is used for declaring a script (such as JavaScript) within your HTML document.

Example:
<script type="text/javascript">
document.write('The HTML Script tag allows you to place a script within your HTML 

documents');
</script>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com