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>
No comments:
Post a Comment