Answers for "th full width of table in html"

CSS
1

html table cell full width

<tr>
  <td colspan="5">This text should be as long as the entire table's width...</td>
</tr>
Posted by: Guest on May-20-2021
0

css table th width

th {
  width: 50px;
}
Posted by: Guest on November-02-2021

Browse Popular Code Answers by Language