C-04-Q082mediumsingle_mcq
To display an image of 300x200 pixels, which code is correct?
To display an image of 300x200 pixels, which code is correct?
- a
<img src="image.jpg" width="300px" height="200px"> - b
<img src="image.jpg" size="300x200"> - c
<img href="image.jpg" w="300" h="200"> - d
<img src="image.jpg" pixel="300x200">