What will be the output of the following CSS code?

Mark as favorite
div {
    border-width:5px;	
    border-style:dotted solid double dashed;
}

Leave a Reply