Answers for "html style border-style"

CSS
1

border style

CSS Code:

div {
    border-width:5px;  
    border-style:dotted solid double dashed;
}
/* dotted: A line that consists of dots. */
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language