编辑下面的代码:【加编码】
<html> <head> <style> div { appearance:button; -moz-appearance:button; /* Firefox */ -webkit-appearance:button; /* Safari and Chrome */ } </style> </head> <body> <p><b>Note:</b> Internet Explorer and Opera do not support the appearance property.</p> <div>Some text</div> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂