cssで記述するときに、id属性に対しては#を使い、class属性に対しては.で表現する。
#container {
width:400px;
}
.links {
width: 200px;
}
<div id="container"></div>
<div class="links"></div>
ということなのでしょう。ウラを取ってないけど。w
« Apache Forrest | Main | ポート番号一覧 »
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00e009972ea488330128771b432d970c
Listed below are links to weblogs that reference divコンテナのid/clss属性:
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Comments