html5 clean index.html file

How to start HTML5 page, here is small and quick start tags for fast draft..

Code :-

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title></title>
<meta name="description" content="SITE_DISCRIPTION">
<meta name="author" content="SITE_AUTHOR_NAME">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place your css stylesheet link -->
<link rel="stylesheet" href="">
<link rel="shortcut icon" href="">
</head>
<body>
<!-- Place your Body content here -->
..
<!-- SCRIPTS -->
..
</body>
</html>