CSS选择符-css+jsp+html的css编程支票

CSS选择符1.通配选择符语法: * { sRules } *[lang=fr] { font-size:14px; width:120px; } *.div { text-decoration:none; } 2.类型选择符语法: E { sRules }说明:类型选择符。以文档语言对象(Element)类型作为选择符。示例: td { font-size:14px; width:120px; } a { text-decoration:none; }
ppt 文件大小:677.5KB