The <body> tag needs to add a background image.
For this use the image html.jpg.
The background-size property should be set to contain.
The background image should not be repeated if it doesn’t fit the screen.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<!DOCTYPE>
<html>
  <head>
    <title>Body background image</title>
  </head>
  <body></body>
</html>