<style type="text/css"> <!-- H1{ background-color:Aqua } H2{ background-color:Aquamarine } --> </style> ・・・としたとします。 <H1>〜〜</H1> と区切ったところは色が Aqua の背景になります。 例:H1{ background-color:Aqua } の指定です 例:H2{ background-color:Aquamarine } の指定です
<style type="text/css"> <!-- H1{ background-color:Aqua } H2{ background-color:Aquamarine } --> </style>
・・・としたとします。
<H1>〜〜</H1> と区切ったところは色が Aqua の背景になります。