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) 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
2) Which CSS property can be used to set the image as border instead of the border style?
3) Which of the following property defines the border-width, border-style and border-color of an element’s top border in a single declaration?
4) Which of the following specifies the distance between the borders of adjacent cells?
5) Select the CSS property that sets the width of an element’s bottom border?