Which of the following CSS property border-color property sets the color of an
Home | Discussion ForumWhich of the following CSS property border-color property sets the color of an element’s four borders?
border-background
border-background-color
border-color
all of the mentioned
Answer : C
View More Related Question
1) Which of the following is not an appropriate value for border-collapse?
2) Which of the following property defines the border-width, border-style and border-color of an element’s top border in a single declaration?
3) Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
4) Which of the following value specifies a dashed outline?
5) 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