Answers for "how to change width of table css"

2

css table width

<table style="width: 100%;">...</table>
Posted by: Guest on September-05-2021
0

how to set table data width in css

<table>
  <tr>
    <th>header 1</th>
    <th>header 234567895678657</th>
  </tr>
  <tr>
    <td>data asdfasdfddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddasdfasdfasdf</td>
    <td>data 2</td>
  </tr>
</table>
Posted by: Guest on August-18-2021

Code answers related to "how to change width of table css"

Browse Popular Code Answers by Language