WE BELIEVE IN QUALITY SERVICE

<script> Tag

<script> tag defines a client-side script. This tag contains the scripting statements or makes a connection to an external script file. It is mainly used in form validation, image manipulation, dynamic changes of content etc.

Example:

<script>
document.write( "Scripting language!!" );
</script>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<script> Yes Yes Yes Yes Yes