The picture below shows your application folder. You need to add an image to your application. In the head section of html file, instead of the gap write your code, put the link to the path of the image in the correct manner. You can use the link tags for that purpose.
The first variable of the link tag should get the conventional value — stylesheet. Do not forget to write all the characters!
Your HTML file:
<!DOCTYPE html>
<html lang="en" >
<head>
<title>Review Page</title>
<!-- write your code -->
</head>
<body>
<b> Hello Programmer!</b>
</body>
</html>