Choose the CSS property that can be used for collapsing the borders between tabl
Home | Discussion ForumChoose the CSS property that can be used for collapsing the borders between table cells?
border
collapse-border
border-collapse
border-cell
Answer : C
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) Which of the following is not an appropriate value for border-collapse?
3) 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
4) Which of the following property defines the color of an element’s right border?
5) Which CSS property can be used to set the image as border instead of the border style?