CSS之content与arrt的纠缠
content 属性与 :before 及 :after 伪元素配合使用,来插入生成内容。
before:之前。
after:之后。
1 | <style type="text/css"> |
1 | <body> |
返回值: hello world(http://www.baidu.con/)
翻译:和a标签有关,在其之前插入” (“ attr(href) “)”;
其中”(“和”)”是让插入后的链接变好看,像这样hello world(http://www.baidu.com/)
attr(href):返回其同等的值,就你a标签里href=的东西。