Html/html5/骨組み
ナビゲーションに移動
検索に移動
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>HTML 5 web apps</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes"> <!--[if lte IE 8]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel=stylesheet type="text/css" href="html5reset-1.6.1.css"> </head> <body> <header>
<h1>Page title
</header>
<nav>
<!-- Navigation -->
</nav>
<section id="intro">
<!-- Introduction -->
</section>
<section>
<!-- Main content area -->
</section>
<aside>
<!-- Sidebar -->
</aside>
<footer>
<!-- Footer -->
</footer>
</body>
</html>