Hello World!

Here, the background image is only shown once. In addition it is positioned away from the text.

In this example we have also added a margin on the right side, so that the background image will not disturb the text.

The internal stylesheet embedded in the head of this page

<style>
body {
  background-image: url("include/images/img_tree.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin-right: 200px;
}
</style>