What will be the output of the following CSS code snippet?

Mark as favorite
span {
	border: 1px solid red;
        outline: green dotted thick;
}

Leave a Reply