An annotated, updated HTML5 Template for your use, with a hat tip to Paul Irish’s HTML5 Boilerplate.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
Note that your site’s favicon and iPhone shortcut will be used automatically by the browser if the icons are provided with the correct filename and placed at the root of the site folder; modern browsers don’t require the files to be linked from within HTML code.
I've used full and complete HTML to create this template; during development, HTML5 shortcuts could be used to reduce file size substantially.
Photograph by Prabhu B Doss, used under a Creative Commons license
Enjoy this piece? I invite you to follow me at twitter.com/dudleystorey to learn more.