best:
<!-- title & synopsis --> <h1>Hash Tables</h1> <p class="synopsis">Hash Tables — associations between keys and values so that given a key the value can be found quickly.</p>
ok:
<!-- title & synopsis --> <div id="synopsis"> <h1>Hash Tables</h1> <p>Hash Tables — associations between keys and values so that given a key the value can be found quickly.</p> </div>
<body alink="#0000ff" bgcolor="white" link="#0000ff" text="black" vlink="#840084"> <div id="gnomegeneralbar"> <a href="http://www.gnome.org/"><img src="http://www.gnome.org/img/logo/text-64.png"></a> News | Projects | Art | Support | Development | Foundation </div> <div id="librarynavbar"> <!-- more here later --> </div> <div class="refentry" lang="en"> <a name="glib-Hash-Tables"></a> <div class="titlepage"></div> <--- what's this??? <!-- title & synopsis --> <h1>Hash Tables</h1> <p class="articlesynopsis">Hash Tables — associations between keys and values so that given a key the value can be found quickly.</p>
CSS
body { margin:0; } /* header */ div#gnomegeneralbar { background: #888; color: white; } div#gnomegeneralbar img { border:none; } /* ----------------------------- */ div.refentry { padding: 0.5em; } #articlesynopsis { }