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