数値で文字サイズを指定

文字サイズ「40pt」の文字

文字サイズ「32pt」の文字

文字サイズ「28pt」の文字

文字サイズ「24pt」の文字

文字サイズ「20pt」の文字

文字サイズ「16pt」の文字

文字サイズ「12pt」の文字

文字サイズ「10pt」の文字

文字サイズ「8pt」の文字

文字サイズ「6pt」の文字


このページのソース
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 10.0.1.0 for Windows">
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>スタイルシート覚書</title>
<style type="text/css">
<!--
h1 {color:red;}

DIV {color:blue;}
-->
</style>

</herd>


</HEAD>
<body bgcolor="" text="#000000" link="#0000cc" vlink="#ff00ff" alink="#ff0000">

<h1 align=center>数値で文字サイズを指定</h1>
<center>
<DIV style="font-size:40pt">文字サイズ「40pt」の文字</DIV><BR>
<DIV style="font-size:32pt">
文字サイズ「32pt」の文字</DIV><BR>
<DIV style="font-size:28pt">
文字サイズ「28pt」の文字</DIV><BR>
<DIV style="font-size:24pt">
文字サイズ「24pt」の文字</DIV><BR>
<DIV style="font-size:20pt">
文字サイズ「20pt」の文字</DIV><BR>
<DIV style="font-size:16pt">
文字サイズ「16pt」の文字</DIV><BR>
<DIV style="font-size:12pt">
文字サイズ「12pt」の文字</DIV><BR>
<DIV style="font-size:10pt">
文字サイズ「10pt」の文字</DIV><BR>
<DIV style="font-size:8pt">
文字サイズ「8pt」の文字</DIV><BR>
<DIV style="font-size:6pt">
文字サイズ「6pt」の文字</DIV>

</center>