CBSE Class 10 Computer Applications
Question 23 of 125
HTML II — Images, Links and Tables — Question 14
Back to all questions 14
Question Question 14
Which will let text wrap down the side of the image?
<img src="myImage.gif" align="wrap"><img src="myImage.gif" align="right"><img src="myImage.gif" wrap="on">
<img src="myImage.gif" align="right">
Reason — 'src' attribute specifies the URL of the image file and 'align = right' tells the browser to place an image against the right margin.