0
1
yyogesh manthan
If you want to add a background image instead of a color, one solution is the <body background> attribute. It specifies a background image for an HTML
0 Comments
<html> <body background="https://assets.digitalocean.com/blog/static/hacktoberfest-is-back/hero.png"> </body> </html>