Home » HTML » HTML Tables » Question
  1. Borders can’t be applied on ________________.
    1. <tr>
    2. >th<
    3. <thead>
    4. <td>
    5. None of these
Correct Option: A

Borders can’t be applied on <tr> elements. It can’t be applied on table structural elements. For setting borders with <tr> element, border-collapse property should be set to collapse.



Your comments will be displayed only after manual approval.