Computer Applications
In order to add border to a table, BORDER attribute is specified in which tag ?
- THEAD
- TABLE
- TBORDER
- none of these
HTML Advanced Features
1 Like
Answer
TABLE
Reason — In order to add border to a table, BORDER attribute is specified in <TABLE>
tag in the following manner:
<TABLE BORDER = "2">
... contents ...
</TABLE>
Answered By
1 Like
Related Questions
To create a link to an anchor, you use the …………… property in A tag.
- Name
- Tag
- Link
- Href
Which of the following is used to specify the beginning of a table's row ?
- TROW
- TABLER
- TR
- ROW
Which of the following is an attribute of
<Table>
tag ?- SRC
- LINK
- CELLPADDING
- BOLD
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">