CBSE Class 10 Computer Applications Question 104 of 125

HTML II — Images, Links and Tables — Question 18

Back to all questions
18
Question

Question 18

Which attributes are used to give border to a table ?

Answer

The attributes which are used to give border to a table are:

  1. border — This attribute tells the table how large the border should be.
  2. frame — This attribute is used with border attribute and it allows the user to state which portions of the border will be displayed by the browser.
  3. rules — It is used with border attribute and it allows the user to state which portions of the inside border edges will be displayed.
  4. bordercolor — This attribute is used to specify the color of a table's border.