To specify table borders in CSS, ___________ property is used

Options
- tbl-border
- table-border
- tb-border
- border


CORRECT ANSWER : border

Discussion Board
border

To specify table borders in CSS, use the border property.

e.g <table>, <th>, and <td>

table, th, td
{
border: 2px solid black;
}

Sapna 02-21-2017 06:23 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement