Background Html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Background Html

How can I add an image as background

10th Nov 2018, 4:41 PM
Saad Tanveer
Saad Tanveer - avatar
3 Answers
+ 6
You cannot use images that are stored in your device. The source needs to be an online one. You can use a free image hosting service like this one: https://ctrlq.org/images/
11th Nov 2018, 10:32 AM
Harsh
Harsh - avatar
+ 4
Use CSS: body { background-image: url("fox.jpg"); }
10th Nov 2018, 4:52 PM
Harsh
Harsh - avatar
0
but how to add image with mobile Iphone
10th Nov 2018, 7:16 PM
Saad Tanveer
Saad Tanveer - avatar