「CSS」インラインスタイルのサンプル
書式
style="xxx"
使用例
<style>
#cft{
background-color:SkyBlue;
}
</style>
<div id="cft" style="background-color:green;">AAA 111</div>
<style>
#cft{
background-color:SkyBlue;
}
</style>
<div id="cft" style="background-color:green;">AAA 111</div>
<style> #cft{ background-color:SkyBlue; } </style> <div id="cft" style="background-color:green;">AAA 111</div>