CSS3学习笔记(六)——属性选择器

html:css <a href="xxx.pdf">我连接的是PDF文件</a> <a href="#" class="icon">我类名是icon</a> <a href="#" title="个人title是more">个人title是more</a> css:html /*属性值以“icon”开头的任何字符串*/ a[class^="icon"]{ background:green;
相关文章
相关标签/搜索