:first-child
版本:CSS2 兼容性:无
语法:
Selector
: first-child {
sRules
}
说明:
设置
E
的第一个子对象的样式。
示例:
p a:first-child { color: green }
table td:first-child { width:200px; }