类型选择符 ( Type Selectors )
说明:以文档语言对象类型作为选择符。即以HTML标签(或叫做标记、tag)作为选择符。
语法:E1
示例: td { font-size:14px; width:120px; } a { text-decoration:none; }