文字サイズの指定

文字サイズ「xx-large」の文字

文字サイズ「x-large」の文字

文字サイズ「large」の文字

文字サイズ「medium」の文字

文字サイズ「small」の文字

文字サイズ「x-small」の文字

文字サイズ「xx-small」の文字


このページのソース
<!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:xx-large">文字サイズ「xx-large」の文字</DIV><BR>
<DIV
style="font-size:x-large">文字サイズ「x-large」の文字</DIV><BR>
<DIV
style="font-size:large">文字サイズ「large」の文字</DIV><BR>
<DIV
style="font-size:medium">文字サイズ「medium」の文字</DIV><BR>
<DIV
style="font-size:small">文字サイズ「small」の文字</DIV><BR>
<DIV
style="font-size:x-small">文字サイズ「x-small」の文字</DIV><BR>
<DIV
style="font-size:xx-small">文字サイズ「xx-small」の文字</DIV>
</center>

<P align="center"><BR>
<A href="css4.htm" target="_self"><IMG src="a_btn061.gif" width="44" height="18" border="0"></A></P>
</body>
</html>