KnowledgeBoat Logo

Computer Applications

In order to add border to a table, BORDER attribute is specified in which tag ?

  1. THEAD
  2. TABLE
  3. TBORDER
  4. none of these

HTML Advanced Features

3 Likes

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

2 Likes


Related Questions