|
|
属性 (W3C) |
<font (非推奨) | H3-x1 ie1- N1- |
|
>(%inline;)*</font> |
<font size="4">今日は全く外出にはひどい日だ。</font>
<html>
<head>
<style type="text/css"><!--
.font_s {
font-size:larger; /* size属性 フォントサイズ */
color:#666; /* color属性 文字色 */
font-family:sans-serif; /* face属性 フォントファミリ */
}
--></style>
</head>
<body>
<div class="font_s">今日は全く外出にはひどい日だ。</div>
</body>
</html>