Computer Science, asked by bharatsati, 8 months ago

Which attributes is used to control the inside table border​

Answers

Answered by Anonymous
4

Answer:

please mark branlist answer please please

Explanation:

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

"

Answered by anuragdewangan06
0

Answer:

The answer given in first is incorrect

real answer is rules attribute is used to control the inside border in html

Similar questions