Computer Applications
Border, frame, cellspacing, cellpadding, align are the attributes of :
<BODY><IMG><TABLE>- None of these
HTML Advanced Features
1 Like
Answer
<TABLE>
Reason — Border, frame, cellspacing, cellpadding, align are the attributes of <TABLE> tag.
Answered By
2 Likes
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">