サンプルです。
★Another HTML Lint - Gateway( http://www.htmllint.net/html-lint/htmllint.html# )
でチェック済みHTML4.01strictです。
★タブは_に置換してあるので戻す。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
_<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
_<title>サンプル</title>
_<meta name="author" content="ORUKA1951">
_<meta http-equiv="Content-Style-Type" content="text/css">
_<link rev="made" href="mailto:oruka1951@hoge.com" title="send a mail" >
_<link rel="START" href="../index.html">
_<style type="text/css">
<!--
html,body{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p{margin:0;line-height:1.6em;}
p{text-indent:1em;}
div.header,div.section,div.footer{width:100%;min-width:630px;margin:0 auto;padding:5px;}
div.section{position:relative;}
div.section div.section{width:auto;min-width:0padding-top:100px;}
div.section h2,div.section p,div.section div.section{margin-left:160px;}
div.section div.section p{margin-left:0;}
div.section div.nav{position:absolute;top:105px;left:0;width:140px;}
/* 上下に固定 */
div.header,div.footer{position:fixed;width:100%;}
div.header{height:80px;top:0px;background-image:url(./images/background/topCloud.gif);z-index:100;}
div.section{padding-top:100px;}
div.footer{height:40px;bottom:0px;background-image:url(./images/background/topCloud.gif);}
div.footer h2{display:none;}
div.footer dt{float:left;font-weight:bold;}
div.footer dt:after{content:" : ";}
/* わかりやすいように */
body{background-color:gray;}
div.section{background-color:white;}
div.section div.section{min-height:1000px;}
/* 画像をおく場合は以下は着色しない */
div.header{background-color:aqua;}
div.footer{background-color:yellow;}
-->
_</style>
</head>
<body>
_<div class="header">
__<h1>タイトル</h1>
__<p>このページでは・・・・</p>
_</div>
_<div class="section">
__<h2>見出し</h2>
__<p>本文はsection</p>
__<div class="section" id="SUB_SECTION1">
___<h3>項見出し</h3>
___<p>本文項記事</p>
___<p>sectionの階層でレベルが判断される</p>
__</div>
__<div class="section" id="SUB_SECTION2">
___<h3>項見出し</h3>
___<p>本文項記事</p>
___<p>sectionの階層でレベルが判断される</p>
__</div>
__<div class="section" id="SUB_SECTION3">
___<h3>項見出し</h3>
___<p>本文項記事</p>
___<p>sectionの階層でレベルが判断される</p>
__</div>
__<div class="nav">
___<ol>
____<li><a href="#SUB_SECTION1">1項</a></li>
____<li><a href="#SUB_SECTION2">2項</a></li>
____<li><a href="#SUB_SECTION3">3項</a></li>
___</ol>
__</div>
_</div>
_<div class="footer">
__<h2>文書情報</h2>
__<dl class="documentHistry">
___<dt id="FIRST-PUBLISHED">First Published</dt>
___<dd>2013-03-03</dd>
__</dl>
_</div>
</body>
</html>
お礼
ありがとうございます。質問した内容以上にいろいろな発見をすることができました。感謝します。正しいHTMLの書き方などについてこれまで考えたことも無かったので、とても参考になりました。