Computer Applications
Which of the following is an attribute of <Table>
tag ?
- SRC
- LINK
- CELLPADDING
- BOLD
HTML Advanced Features
3 Likes
Answer
CELLPADDING
Reason — 'Cellpadding' is an attribute of <TABLE>
which gives the amount of space between the cell border and the cell contents.
Answered By
2 Likes
Related Questions
Which of the following is used to specify the beginning of a table's row ?
- TROW
- TABLER
- TR
- ROW
In order to add border to a table, BORDER attribute is specified in which tag ?
- THEAD
- TABLE
- TBORDER
- none of these
What is the correct syntax in HTML for creating a link on a webpage ?
<LINK SRC = "abc.html">
<BODY LINK = "abc.html">
<A SRC = "abc.html">
<A HREF = "abc.html">
Choose the correct HTML code to create an email link ?
<A HREF = "xx@yy.com"></A>
<A HREF = "mailto:xx@yy.com"></A>
<MAIL = "xx@yy.com"></MAIL>
<A MAILHREF = "xx@yy.com"></A>