HTML <script>
query_builder | Christopher PisaniThe HTML element <script> is used to give a message if javascript is not supported by the user's browser or it is disabled.
<script>
document.write("Javascript works on your browser!")
</script>
<noscript>Your browser does not support JavaScript or it is disabled!</noscript>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.