Vidyalelo
CSS · Q6

CSS Text, Borders and Images

Programming · CSS · question 6

Q6

Which CSS property can be used to set the image as border instead of the border style?

A.
background-image
B.
border-image
C.
background-image-source
D.
border-image-source
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element).