For HTML tags, what is the technical difference between lang=Javascript and type=text/javascript?
lang=Javascript
type=text/javascript
I usually use
Basically, neither attribute is necessary. The only reason to use them is validation, and this has become void in HTML5.