테두리-바닥 너비 하단 테두리의 너비를 변경합니다. 다음 코드를 실행하여 border-bottom-width를 구현할 수 있습니다. 속성:
예시
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>
테두리-바닥 너비 하단 테두리의 너비를 변경합니다. 다음 코드를 실행하여 border-bottom-width를 구현할 수 있습니다. 속성:
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>