Why write <script type="text/javascript"> when the mime type is set by the server?
- by Christopher Altman
My understanding is that mime types are set by the web server. Why do we add the type="text/javascript or type="text/css" attribute? Isn't this a useless and ignored attribute?