Computer Science, asked by TbiaSamishta, 1 year ago

Which attributes is used to control the inside table border

Answers

Answered by yashaswi56
14
Bordercolor is used to control the inside table border
Answered by aqibkincsem
5

"The <table> tag is used to handle the inside or internal of the table.

Here is the basic code for the data input in the table:

<table>

 <tr>

   <th>Month</th>

   <th>Savings</th>

 </tr>

 <tr>

   <td>January</td>

   <td>$100</td>

 </tr>

</table>

This can be done for the colour of the each tab on the table as well.

"

Similar questions