Computer Applications
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">
HTML Advanced Features
2 Likes
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.
Answered By
1 Like
Related Questions
To create a link you surround the text or image with a(n) …………… tag.
- link
- anchor
- reference
- target
The correct HTML code for inserting an image is :
<img href ="image.gif">
<img>
image.gif</gif>
<image src = "image.gif">
<img src = "image.gif">
Consider the following code :
<img src ="Computers.jpg" width ="...." height ="....">
Fill in the blanks to set the image size to be 250 pixels wide and 400 pixels tall.
- 250, 400
- 400, 250
- <250><400>
- <400><250>
The correct HTML code to display (P + Q)2 is:
<SUB>
( P+) 2</SUB>
- P+Q
<SUP>
2</SUP>
- (P + Q)
<SUP>
2</SUP>
<SUP>
(P+Q) 2</SUP>