Which of the following property is used to draw a line around elements outside the borders?
Which of the following property specifies the color of an outline?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Choose the option that correctly specifies the output of the following CSS.
span {
border: 1px solid red;
outline: green dotted thick;
}
Identify the outline property that specifies the amount of area extended beyond the border box.
Which of the following property specifies the look and design of an outline?
Select the output of the following CSS.
div {
border-width:5px;
border-style:dotted solid double dashed;
}
10 videos|41 docs|23 tests
|