|
|
属性 (W3C) |
<basefont (非推奨) | H3-x1 ie1- N1-4 |
|
> |
<basefont size="5">スノビズムといこうぜ。
<html>
<head>
<style type="text/css"><!--
body {
font-size:150%; /* size属性 フォントサイズ */
color:#000; /* color属性 文字色 */
font-family:sans-serif; /* face属性 フォントファミリ */
}
--></style>
</head>
<body>
...
</body>
</html>