Computer Applications
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">
HTML Advanced Features
1 Like
Answer
<img src = "image.gif">
Reason — The correct HTML code for inserting an image is :
<img src = "image.gif">
Answered By
3 Likes
Related Questions
Border, frame, cellspacing, cellpadding, align are the attributes of :
<BODY>
<IMG>
<TABLE>
- None of these
To create a link you surround the text or image with a(n) …………… tag.
- link
- anchor
- reference
- target
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">
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>