To set the outline style to dotted, use the outline-style property with a value of dotted −
<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:dotted;"> This text is having 7px dotted outline. </p> </body> </html>
The above is the detailed content of Set outline style to dashed with CSS. For more information, please follow other related articles on the PHP Chinese website!