So far we are writing as follows:
<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">
So far we are writing as follows: