FONT 文字の装飾
書式(活字体、色、大きさなど)
<font face="江戸勘亭流P" color=#ff0000 size=4>文字のフォント、色、大きさを指定する</font>
大きさを絶対値(ピクセルやポイントなど)で指定するときはstyleを使う。
<font style="font-size : 16pt;">16ポイントの大きさ</font>
その他の例
<font style="font-face:Verdana; font-size:12pt; font-weight:bold; color:green;">
特殊文字
| § | ¶ | © | ® | £ | ¢ | € | « | » | ¹ | ² | ¼ | ½ | ª |
| § | ¶ | © | ® | £ | ¢ | € | « | » | ¹ | ² | ¼ | ½ | ª |
filterの例
燃える文字
<div style="width: 100%; filter: glow(color=red,strength=5);"><font face="江戸勘亭流P" color=#ffff00 style="font-size: 14pt;">燃える文字</font></div>
DLとDDを使った字下げ
-
■どんな項目
■こんな項目
<dl>
<dd><FONT color=green>■</FONT>どんな項目 </dd>
<dd><FONT color=red>■</FONT>こんな項目</dd>
</dl>