Computer Applications
Border, frame, cellspacing, cellpadding, align are the attributes of :
<BODY>
<IMG>
<TABLE>
- None of these
Related Questions
While creating a Web document, which unit is used to express an image's height and width ?
- Centimetres
- Pixels
- Dots per inch
- Inches
The default alignment of images, that are inserted in Web page, is :
- Left
- Right
- Inline with text
- Middle
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">