CSS content生成标签属性值内容实例页面
代码:
CSS代码:
a.content:after { content: attr(href); }
HTML代码:
<a class="content" href="/">此标签的href值是:</a>
效果:
此标签的href值是: