Assessment request for HTML images basics 1 test

Hi. Any assessment appreciated. Thank you!

image1
image2
image3

These look fine @harryghgim, well done!

One thing to note is that when setting the size of an image via HTML or CSS, you can actually just set the width, and the height will be adjusted automatically to maintain the intrinsic aspect ratio. For example:

<img src="images/blueberries.jpg"
     alt="Numerous bluberries in the field stretched till the horizon"
     width="400">
1 Like