No More Types for Scripts and Links

No More Types for Scripts and Links


You possibly still add the type attribute to your link and script tags.

<link rel="stylesheet" href="path/stylesheet.css" type="text/css" />
<script type="text/javascript" src="path/script.js"></script>

In HTML 5
<link rel="stylesheet" href="path/stylesheet.css" />
<script src="path/script.js"></script>
No More Types for Scripts and Links No More Types for Scripts and Links Reviewed by Bhaumik Patel on 9:05 PM Rating: 5