Hello!
I am not able to come up with a solution for a particular question in Task 1, like I am not able to understand how to calculate the aspect ratio for an image.
The question:
Give the <img> element an appropriate width and height so that it displays at the correct aspect ratio, and enough space is left on the page to display it. The image’s intrinsic size is 615 x 419 pixels.*
That means you have to add both width and height attribute. whose value is 615 and 419 in order, which is the actual aspect ratio you wanted to understand.