Which of the following property specifies the color of an outline?
color-outline
outline-color
outline-style-color
none of the mentioned
Answer : B
View More Related Question
1) Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
2) Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red; outline: green dotted thick;
}
All span elements will have a red border and a green dotted outline
All span elements will have a green thick border and a red outline
All span elements will have an outer red border and inner green dotted border
All span elements will have a outer green dotted border and an inner red border
View Answer
3) Which of the following property defines the color of an element’s right border?
4) Which of the following CSS property border-color property sets the color of an element’s four borders?
5) Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?