<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test at 100%</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
* {font-family:arial, verdana, sans-serif;}
#page {width:400px;}
body { font-size:100%; }
h1 { font-size:2em; } /* 16 x 2 = 32 */
h2 { font-size:1.5em; } /* 16 x 1.5 = 24 */
h3 { font-size:1.125em; } /* 16 x 1.125 = 18 */
h4 { font-size:1em; } /* 16 x 1.143 = 14 */
</style>
</head>
<body>
<div id="page">
<h1>Primary Heading</h1>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<h2>Secondary Heading</h2>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<h3>Tertiary Heading</h3>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
<p>Here is some sample text</p>
</div>
</body>
</html>
|