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