Computer Applications
To create a link you surround the text or image with a(n) …………… tag.
- link
- anchor
- reference
- target
Related Questions
The default alignment of images, that are inserted in Web page, is :
- Left
- Right
- Inline with text
- Middle
Border, frame, cellspacing, cellpadding, align are the attributes of :
<BODY><IMG><TABLE>- None of these
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">
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">