Which of the following property defines in a shorthand form the width, style, an
Home | Discussion ForumWhich of the following property defines in a shorthand form the width, style, and color for the top border of an element?
border-style
border-height
border-width
border-top
Answer : D
View More Related Question
1) Which of the following property defines the border-width, border-style and border-color of an element’s top 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 CSS property border-color property sets the color of an element’s four borders?
4) Select the CSS property that sets the width of an element’s bottom border?
5) In how many way border-image-width CSS property can be defined?