0 votes
in HTML by

How to insert a background image in HTML?

i) <body background = "img.png">

ii) <img background = "img.png">

iii) <bg-image = "img.png">

iv) None of the above

1 Answer

0 votes
by

i) <body background = "img.png">

...