Created
April 11, 2010 14:14
-
-
Save koduki/362743 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>ブログなんだよもん</title> | |
</head> | |
<body> | |
<header> | |
<h1>ブログなんだよもん</h1> | |
<form action="../." /> | |
<fieldset> | |
<legend>Search</legend> | |
<input type="search" class="text" name="search" title="Enter search word or phrase" /> | |
<input type="submit" class="submit" value="Search" /> | |
</fieldset> | |
</form> | |
</header> | |
<section id="content"> | |
<article> | |
<header> | |
<h3>タイトル1</h3> | |
<time>2010-04-01</time> | |
</header> | |
<p>ここが本文。</p> | |
</article> | |
<article> | |
<header> | |
<h3>タイトル2</h3> | |
<time>2010-04-02</time> | |
</header> | |
<p> | |
<p>ここが<br/>本文。</p> | |
<p>コードの論理的可読性が向上してて落ち着く</p> | |
</p> | |
</article> | |
</section> | |
<aside id="sidebar"> | |
<nav> | |
<ul> | |
<li><a href="#">メニュー1</a></li> | |
<li><a href="#">メニュー2</a></li> | |
<li><a href="#">メニュー3</a></li> | |
<li><a href="#">メニュー4</a></li> | |
</ul> | |
</nav> | |
</aside> | |
<footer> | |
<p>フッター</p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment