JS

HTML Code Quiz - image html attribute

6.

How would you display the "jshive.png" image using the correct HTML attribute?

<img link="jshive.png">

<img href="jshive.png">

<img src="jshive.png" alt="jshive">

<img src="jshive.png">