+ 4

How to get an image at the background of web in html?

Image at background in html.

20th Sep 2020, 1:25 PM
Shivankur Sharma
Shivankur Sharma - avatar
2 odpowiedzi
+ 4
<html> <head> <style> body{ background-image: url(your img file path); } </style> </head> <body> </body> </html>
20th Sep 2020, 1:31 PM
Matias
Matias - avatar
+ 1
May this help you... For refference : Pls use search bar.. https://www.sololearn.com/Discuss/2402873/?ref=app
21st Sep 2020, 7:40 PM
Jayakrishna 🇮🇳