Select all selectors that apply to the image element given below. There may be more than one correct choice.
<img src="images/lizard.jpg" alt="lizard">
img[alt="lizard"]
img[src]
img[alt*="iz"]
img[alt$="ard"]