개요 설정 스타일을 파선으로 사용하려면 외곽선 스타일을 사용하세요. 값이 대시인 속성
예시
<html> <head> </head> <body> <p style = "outline-width:6px;outline-style:dashed;"> This text is having 6px dashed outline. </p> </body> </html>
개요 설정 스타일을 파선으로 사용하려면 외곽선 스타일을 사용하세요. 값이 대시인 속성
<html> <head> </head> <body> <p style = "outline-width:6px;outline-style:dashed;"> This text is having 6px dashed outline. </p> </body> </html>