For HTML tags, what is the technical difference between lang=Javascript and type=text/javascript?
lang=Javascript
type=text/javascript
I usually use
language is the old attribute, type is the new one. You'd have to use a transitional (not positive on that, but fairly sure) doctype to legally use both attributes.