Link tag in HTML5

So far we are writing as follows:

Link Tag
<link rel="stylesheet" type="text/css" href="style_file.css">
HTML 5 removes extra information required and simply following syntax:
<link rel="stylesheet" href="style_file.css">