<img> tag does not have any ending, therefore it is
also known as self containing tag (type 'Y' or 'N')
Type (Y/N):
Insert the attribute for alternative text in image tag
<img src='welcome.jpeg' = 'Welcome Board at the corner of the road!' >
<picture>
<source media='(max-width:500px)' = 'imagename.jpg' >
<source = 'imagename.jpg' >
<img src = 'imagename.png' alt='an super cool image of vehicle'>
</picture>
<figure>
<img src = 'imagename.png' alt='an super cool image of vehicle'>
A cool picture of vehicle
</figure>