How to use script tag


<script>

All Tags not showing in online page, but show on view source.

<script>
document.write("Welcome! This is javascript text.")
</script>

Code show like this:

Browser Support

The <script> tag is supported in all major browsers.

What is script tag

script tag used to for client-side script, such as a JavaScript.

Leave a Reply

Your email address will not be published. Required fields are marked *