Identify the CSS property defining bottom-left corner shape of the border?
Home | Discussion ForumIdentify the CSS property defining bottom-left corner shape of the border?
border-radius
border-corner-radius
border-bottom-left-radius
border-left-radius
Answer : C
View More Related Question
1) In how many way border-image-width CSS property can be defined?
2) Identify the CSS property defining bottom-left corner shape of the border?
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 CSS property defines the different properties of all four sides of an element’s border in a single declaration?
5) Which of the following is not an appropriate value for border-collapse?