+ 5
How to add background image in html
How to add background image in html
10 Réponses
+ 5
To add bg image to HTML, use that code in CSS:
body {
background-image: url("image url link");
}
To add directly to an HTM document:
<head>
</head>
<body>
<style>
body {
background-image: url("image url link");
}
</style>
</body>
I hope I will be useful to You!)
+ 10
Similar posts available use search bar before posting ur question
Hope it may helps u
https://www.sololearn.com/discuss/2291495/?ref=app
https://www.sololearn.com/discuss/160816/?ref=app
https://www.sololearn.com/discuss/742953/?ref=app
https://www.sololearn.com/discuss/2488/?ref=app
https://www.sololearn.com/discuss/999520/?ref=app
https://www.sololearn.com/discuss/1972209/?ref=app
https://www.sololearn.com/discuss/107979/?ref=app
https://www.sololearn.com/discuss/191130/?ref=app
https://www.sololearn.com/discuss/2283213/?ref=app
https://www.sololearn.com/discuss/981219/?ref=app
+ 4
Get your img link from Dropbox and follow the normal procedure in the html tutorial
+ 3
<head>
<style>
Background-img: url("your image url");
</style>
</head>
<body>
</body>
+ 1
SORU_LOVE THANK YOU BRO
+ 1
@SORU_LOVE bro tell me by giving a code bit
+ 1
body{
background-image:url("your img url");
background-repeat:no-repeat;
}
Use css.
0
I ALSO
0
Python will give you ad better chance becouse most of the search are done with atomation a python is one of the best for it
- 2
سلام کمک کنید لطفاً