Computer Science, asked by reemasingh0803, 3 months ago

Explain border and hover properties of
table in HTML by using syntax.​

Answers

Answered by KashviDhania
3

Answer:

The <table> tag defines an HTML table. Each table row is defined with a <tr> tag. Each table header is defined with a <th> tag. Each table data/cell is defined with a <td> tag.

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).

Explanation:

if You Think My Answer was helpful for you so make my answer as Brainliest Answer

Similar questions