要将轮廓样式设置为虚线,请使用值为dashed的outline-style属性>
示例
<html> <head> </head> <body> <p style = "outline-width:6px;outline-style:dashed;"> This text is having 6px dashed outline. </p> </body> </html>
登录后复制
要将轮廓样式设置为虚线,请使用值为dashed的outline-style属性>
<html> <head> </head> <body> <p style = "outline-width:6px;outline-style:dashed;"> This text is having 6px dashed outline. </p> </body> </html>