JS

HTML Code Quiz - alternate text for image

18.

Which of the following options correctly adds an alternate text for the image in the example below?

<img src="example.jpg" />

<img src="example.jpg">

<img src="example.jpg" alternate=" ">

<img src="example.jpg" caption="Image description">

<img src="example.jpg" alt="Image description">