To insert an image as a background of a web page. write the code in html 5 code example
Example: css background image
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;