How would you make an image a background image in HTML?
It's not possible to set background images using HTML alone
Using background attribute in <img>
background
<img>
Using background-image attribute in <html>
background-image
<html>
Using background attribute in <body>
<body>