100 200 300 400 500 600 700 800 900


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>100〜900のテスト</title>
<style type="text/css">
<!--
p { font-size: 2em; font-family: "Times New Roman"; }
.w1 { font-weight: 100; }
.w2 { font-weight: 200; }
.w3 { font-weight: 300; }
.w4 { font-weight: 400; }
.w5 { font-weight: 500; }
.w6 { font-weight: 600; }
.w7 { font-weight: 700; }
.w8 { font-weight: 800; }
.w9 { font-weight: 900; }
-->

</style>
</head>
<body>

<p lang="en">
<span class="w1">100</span>
<span class="w2">200</span>
<span class="w3">300</span>
<span class="w4">400</span>
<span class="w5">500</span>
<span class="w6">600</span>
<span class="w7">700</span>
<span class="w8">800</span>
<span class="w9">900</span>
</p>

</body>
</html>