CSS #id 选择器

实例

为 id="firstname" 样式:

#firstname
{ 
background-color:yellow;
}

#id 选择器。

#id 有指定 id 样式。

相关页面

CSS 教程:CSS id 选择器

CSS 教程:CSS id