<html>
<head>
<style>
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>W3Schools background image example.</p>
<p>The background image only shows once, but it is disturbing the reader!</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_background-image_norepeat by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:44 GMT -->
</html>