윤곽 스타일을 두 개의 실선으로 설정하려면 outline-style 값이 double인 속성
예시
<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:double;"> This text is having 7px double outline. </p> </body> </html>
윤곽 스타일을 두 개의 실선으로 설정하려면 outline-style 값이 double인 속성
<html> <head> </head> <body> <p style = "outline-width:7px;outline-style:double;"> This text is having 7px double outline. </p> </body> </html>