Computer Science, asked by devanshahuja470, 3 months ago

How to set boundary of a table in HTML?​

Answers

Answered by harleenkaur24789953
1

To add a border to your table, you need to define the <style> of your table. Remember to add borders also for <th> and <td> tags to have a complete table. Set the border-collapse property as well (if you don't define the border-collapse, it will use border-collapse: separate by default).

Similar questions