Edit in JSFiddle

<body>

<h1>Hello World!</h1>

<p>This page has an image as the background!</p>

</body>
body {
    background-image: url("//timoday.edu.vn/wp-content/uploads/2017/06/hinh-nen-powerpoint-don-gian-dep-30-461x346.jpg");
}