Full Page Background Image

The html image map <map> is a list of coordinates relating to a specific image created in order to hyperlink areas of the image to different destinations. The <map> tag is supported in all major browsers. Attributes consist of a name and a value separated by an equals (=) sign, with the value surrounded by double quotes.

body {
background-image:url("images/bg.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}