Prev Demo
Outline Width
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p>Outline styles with width</p> <p style="outline-style:dotted;outline-color:green">dotnetfunda</p> <p style="outline-style:double;outline-color:bisque;border:2px solid green;outline-width:8px">itfunda</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output