Please note, this is a STATIC archive of website technosmarter.com from 20 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
 

HTML background image | How to add background image in html


Background image represents the background of the page.

The background is done by the direct background -

The following example will show you how to display the background image of the page.


HTML background image


<!DOCTYPE>
<html>
<head>
<title>Type of Heading Tags </title>
</head>
<body background="myimage.jpg">
</body>
</html>
Run



Note-

Background image must specified with body tag .


Please Share

Recommended Posts:-