HOw to specify image source in img tag code example
Example 1: img src html
<img src="https://source.unsplash.com/user/c_v_r" alt="Unsplash" alt="This is the alt" height="42" width="42">
Example 2: img tag
<img src="photo1.png" alt="">
<img src="https://source.unsplash.com/user/c_v_r" alt="Unsplash" alt="This is the alt" height="42" width="42">
<img src="photo1.png" alt="">