Been getting this warning by the w3 validator for some time and have been ignoring it:

The language attribute on the script element is obsolete. You can safely omit it.
<script language="javascript">
i think this means i can write like this:
<script>
is this true ?