테두리 바닥 스타일 속성은 아래쪽 테두리의 스타일을 변경합니다. 다음 코드를 실행하여 border-bottom-style 구현을 시도할 수 있습니다. 속성:
예시
<html> <head> </head> <body> <p style = "border-width:4px;border-bottom-style:dashed;"> This is demo content </p> </body> </html>
테두리 바닥 스타일 속성은 아래쪽 테두리의 스타일을 변경합니다. 다음 코드를 실행하여 border-bottom-style 구현을 시도할 수 있습니다. 속성:
<html> <head> </head> <body> <p style = "border-width:4px;border-bottom-style:dashed;"> This is demo content </p> </body> </html>