Difference between `script` and `link as=“script”` tags
Difference between `script` and `link as=“script”` tags Additionally to the standard method of loading scripts: http://js/script.js I have seen people do this: <link href="js/script.js" as="script"> Is there any difference? Note: There's a similar What's the difference between using link and script tag to reference JavaScript source? question asking about <link href="~/Scripts/jquery-1.4.1.js" type="text/javascript" /> , which is different. <link href="~/Scripts/jquery-1.4.1.js" type="text/javascript" /> stackoverflow.com/questions/12178429/… relevant? (especiallly the comments) – Rustyjim Jun 29 at 16:32 @Rustyjim I found this, too, but it is an old question that came to the, at this time, correct solut...