<STYLE></STYLE>ブロックを文書の一番上の<HTML>タグと<BODY>タグの間に追加して、 スタイル シートを埋め込む。


<STYLE></STYLE>ブロック

<STYLE TYPE="text/css">
<!--
BODY {background: white; color: black}
H1 {font: 14pt Arial}
P {font: 10pt Arial; color: blue}
-->
</STYLE>



<H1>Sample text of H1 {font: 14pt Arial}</H1>

<P>Sample text of P {font: 10pt Arial; color: blue}</P>



Netscape Navigator:表示不可 (Ver2 Ver3とも不可)
Microsoft Explorer Version3.0:表示可

W3C Web Style Sheets



ブラウザ対応表へ戻る

サンプル集へ戻る