Make a mini website. The mini website contains:
head
title
with some textbody
h1
) with some textimg
) which is located in the media
folder. The image has the name dodona.png
1. Refer to the image with a relative file path. If the image can’t be loaded, the alternative text Dodona icon
should be shown.Create a
media
folder in the same location where your html file is on your computer.
Download thedodona.png
image from the assignment (Right click, Save image as…) and put the image in themedia
folder, so you can test locally as well.