RUNOOB.COM
源代码:
点击运行
<!DOCTYPE html> <html> <head> <style> a:after {content: " (" attr(href) ")";} </style> </head> <body> <p><a href="//www.runoob.com">电脑学习网教程</a> - 免费的编程学习网站。</p> <p><b>注意:</b>仅当 !DOCTYPE已经定义 IE8支持 content属性</p> </body> </html>
运行结果