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?

  1. <img src="myImage.gif" align="wrap">
  2. <img src="myImage.gif" align="right">
  3. <img src="myImage.gif" wrap="on">
Answer

<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.