Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
Add background image property on your html file https://www.roseindia.net/jsp/jsp-background-image.shtml <html> <head> <style> body { background-image: url("images/im3.jpg"); } .no-background { background-image: url("images/blank.jpg"); } </style> </head> <body> <h1 class="no-background">Hello World!</h1> </body> </html>
31st Jan 2021, 1:13 PM
A S Raghuvanshi
A S Raghuvanshi - avatar