HTML5 script and link tags


/ Published in: HTML
Save to your folder(s)

The type is no longer needed in script and link tags in HTML5


Copy this code and paste it in your HTML
  1. <link rel="stylesheet" href="style.css" />
  2. <script src="script.js"></script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.