<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-image: url("bgdesert.jpg");
}

</style>
</head>
<body>

<h1>Hello World!</h1>
<p>This text is not easy to read on this background image.</p>

</body>
</html>