始めから記述 box追加版

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen,print">
<title>clearカルチャー</title>
<style type="type/css">
<!--
*{
margin: 0;
padding: 0;
}
#wrapper {
width: 760px;
}
#header {
backgrounf-color: #154632;
height: 80px;
}
#container {
position: relative;
}
#primary {
position: absolute;
left: 210px;
top: 10px;
width: 550px;
background-color: #2F2F49:
}
#secondary {
position: absolute;
left: 0px;
top: 10px;
width: 200px;
background-color: 8243F0;
}
body {
background-color:#000;
}
h1 {
font-size:20px;
color:#456;
}
h2 {
font-size:20px;
color:#0a4;
padding-left:10px;
background-color:#14f
}
p {
font-size:20px;
line-height:2em;
padding:10px;
color:#334455;
background-color:#1a2b3c;
}
-->
</style>
</head>
<body>
<h1>大見出し</h1>
<hr>
<p>内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容</p>
<hr>
<ol>
<li>順序あり</li>
<li>順序あり</li>
<li>順序あり</li>
</ol>
<h2>中見出し</h2>
<hr>
<ul>
<li>順序なし</li>
<li>順序なし</li>
<li>順序なし</li>
</ul>
<hr>
<table border="8" summary="内容物の紹介">
<tr>
<th>日本</th>
<td>大日本帝国</td>
</tr>
<tr>
<th>アメリカ</th>
<td>ユナイテッドステイツオブアメリカ</td>
</tr>
<tr>
<th>ロンドン</th>
<td>ユナイテッドキングダム</td>
</tr>
</table>
<dl>
<dt>kotmac</dt>
<dd>1977</dd>
<dt>parov</dt>
<dd>1970</dd>
<dt>dab step</dt>
<dd>1698</dd>
</dl>
<img src="root.jpg" height="100" width="100" alt"">
<address>◎△資格特撰学校<br>住所ー東京都板橋区清水長花街1−2−3<br>tel-031234-5678</address>
<a href="http://www.fujiq.jp/">富士急ハイランド</a>
<a href="http://www.fujiq.jp/"><img src="" height="100" width="100" alt="">画像リンク</a>
<a href="mailto:kingdom@gmail.com">問い合わせだよー!!(メール立ち上がり)</a>
<div id="wrapper">
	<div id="header"><br /></div>
	<div id="container">
		<div id="primary"><br /><br /></div>
		<div id="secondary"><br /><br /></div>
	</div>
</div>
</body>
</html>