Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

HTML5 Skeleton

  • DOCTYPE
  • viewport
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport"
     content="width=device-width, initial-scale=1, user-scalable=yes">
  <title>HTML5 skeleton</title>
</head>
<body>

<a href="http://code-maven.com/html-skeleton">HTML5 skeleton</a>

</body>
</html>