COMPUTER SCIENCE AND ENGINEERING
WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
border:
|
|
border-size:
|
|
border-color:
|
|
None of the above
|
Detailed explanation-1: -The border-image property allows you to specify an image to be used as the border around an element. The border-image property is a shorthand property for: border-image-source.
Detailed explanation-2: -The border-image CSS property draws an image around a given element. It replaces the element’s regular border.
Detailed explanation-3: -The CSS border-image-width Property is used to set width of border image. It can be set by providing multiple values. If only one value is provided, it is applied to all four sides. When two values are specified, The first value is applied to ‘top and bottom’ and The second value is applied to the ‘left and right’.
Detailed explanation-4: -Table Borders. To specify table borders in CSS, use the border property.