Which tag below would correctly display a picture named flower.gif at a width of 250 pixels (assuming the flower.gif picture is in the same folder as the page that contains the tag)?
a. <imgsrc=flower.gifalt=flowerheight=250 />
b. img src="flower.gif" alt="flower" height="250" />
c. img src="flower.gif" alt="flower" width="250" />
d. img src="flower" alt="flower" width="250" />
img src="flower.gif" alt="flower" width="250" />