Code
Execute
<!DOCTYPE html> <html> <head> <title> Wikitechy put background image in HTML </title> <base href="../try-it/"> </head> <body style="background-image:url(icon.png)"> <h2>How To Put Background Image In Html</h2> </body> </html>
Result