Syntax error Set outline style as two solid lines with CSS

Set outline style as two solid lines with CSS



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>
Updated on: 2020-03-04T11:27:05+05:30

150 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements