编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <style> p { border:1px solid red; outline-style:dotted; outline-color:#00ff00; } </style> </head> <body> <p><b>Note:</b> IE8 supports the outline properties only if a !DOCTYPE is specified.</p> </body> </html>
结果:
【此窗口】
帮助?