&"/> &">
要将轮廓样式设置为单实线,请使用值为 solid 的 outline-style 属性 -
<html> <head> </head> <body> <p style = "outline-width:3px;outline-style:solid;"> This text is having 3px solid outline. </p> </body> </html>
以上是使用 CSS 将轮廓样式设置为单实线的详细内容。更多信息请关注PHP中文网其他相关文章!