Search Results

2
votes

What is the difference between “lang” and “type” attributes in a script tag?

<script language=""> can be used for serving VBScript and different versions of Javascript. Unless you need a specific version of Javascript, don't use the language attribut …