www.it.net.cn-CSS在线手册 选择符清单 | 相关内容Type Selectors
Type Selectors    类型选择符

 
语法:
 
E1
 
说明:
 
以文档语言对象类型作为选择符。
 
示例:
 
td { font-size:14px; width:120px; }
a { text-decoration:none; }