实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
2
<!DOCTYPE html>
3
<html>
4
<head>
5
<style>
6
a:after {content: " (" attr(href) ")";}
7
</style>
8
</head>
9
10
<body>
11
<p><a href="">shouce.ren</a> contains free tutorials and references.</p>
12
<p><b>Note:</b> IE8 supports the content property only if a !DOCTYPE is specified.</p>
13
</body>
14
</html>
15