For HTML tags, what is the technical difference between lang=Javascript and type=text/javascript?
lang=Javascript
type=text/javascript
I usually use
Type is more general and refers to the mime encoding of the script block. As far as I know you only need one and usually the block will work without either type or lag attributes.
I tend to use type.