CSS border image source

CSS border image source is used to define the location of the image source to display as a border.


Syntax

Output

This is the HTML paragraph inside div having a border image.


CSS border image source values list

Sr. No. value Description
1 image Used to specify the location of the image. The value for this will be location url of the image.
2 none Used to specify that there is no image will be using for this. The value for this is none.
3 initial Used to define as the property initial value.
4 inherit Used to define the computed value of property on the elements parent.
5 unset Used to define the property either acts as inherit or initial, depending on the property if it is inherited or not.