InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specifies how to slice border image?(a) border-image(b) border-image-source(c) border-image-outset(d) border-image-slice |
|
Answer» Right option is (d) border-image-slice The explanation is: border-image-slice specifies how to slice border image, border-image-outset specifies the amount by which border image area extends beyond the border box, border-image is a shorthand property for setting all the border-image properties. |
|