To set the outline style as two solid lines, use the outline-style property with the value double
Example
<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:double;"> This text is having 7px double outline. </p> </body> </html>
To set the outline style as two solid lines, use the outline-style property with the value double
<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:double;"> This text is having 7px double outline. </p> </body> </html>