CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS border image source Property

CSS border-image-source Property

 

 

The border-image-source property is used to specify the path to the image to be used as a border. If no value is present, then the image will not be displayed and the border styles will be used.

 

Default Value:-

 

Its default value is none.

 

Syntax:-

 

Its syntax is:- border-image-source: none | image | initial | inherit;

 

Further Explanation:-

 

Value Description
none No image will be used
image The path to the image to be used as a border
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS