Which attributes is used to control the inside table border
Answers
Answered by
14
Bordercolor is used to control the inside table border
Answered by
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
Science,
7 months ago
History,
7 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Science,
1 year ago
Physics,
1 year ago