CSS background-image Property - CSS Tutorial 79

preview_player
Показать описание
Notes for You:: CSS background-image Property - CSS Tutorial 79
- is used to set background image to an html element.
Values: url(‘image path’) | none

CSS background-repeat property:
- is used to control how a background image to be repeated.
Values: repeat | repeat-x | repeat-y | no-repeat

=========================================

Follow the link for next video:
CSS Tutorial 80 - CSS background-attachment Property

Follow the link for previous video:
CSS Tutorial 78 - CSS background-color Property | CSS Background color Tutorial

=========================================

CSS Tutorials Playlist:-

=========================================
Watch My Other Useful Tutorials:-

HTML Tutorials Playlist:-

JavaScript Tutorials Playlist:-

jQuery Tutorials Playlist:-

=========================================

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #CSS #CSSTutorial
Рекомендации по теме
Комментарии
Автор

SUBSCRIBE, SHARE & SUPPORT:
VISIT & LEARN AT FREE OF COST:

ChidresTechTutorials
Автор

Really a underrated channel. He deserve more views and suscriber.

prakashchaulagain
Автор

Sir some times in css image is not show in background so what is the problem

navyagupta
Автор

my CSS BODY tag do not active (only body tag)can't display image or colors in the web page what's the resone(i used external style sheet) I watched so many background image videos but could not solwed this problem please help me thanks to your sir.

hemasirifonseka
Автор

I apply this path but do not active - problam is you sad use the single coutation in the brakat(' ')
but if i apply the coutation in the brakat whole path canseld (path color change) please look the where is the problem thanks to yoy sir

hemasirifonseka
Автор

I've an image to put in my html file with internal css.
The syntax by which I've put the image is
body{
background-image : url('F:/Media/Images/a.jpg')
}
But it doesn't apply any image
I can only put images if they are in the same disk partition as of the html file
But I can't do this when the image is like on a different disk partition
Please correct me.
(I have already tried removing the quotation marks and even double quoted but nothing worked)

vortex
Автор

<head>
<title>bacground image</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<h1>hello world</h1>
</div>

body{

}

hemasirifonseka
Автор

Sir, what is 'src' property of an image and how the code is written to display one image 'rose.jpg' located in C:/Documents/css/3d folder

karunanithir