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