Answers for "set width of a column html table"

-2

html table set column width

<table style="width: 100%">
    <tbody>
        <tr>
            <td style="background-color: #777">15%</td>
            <td style="background-color: #aaa">70%</td>
            <td style="background-color: #777">15%</td>
        </tr>
    </tbody>
</table>
Posted by: Guest on July-18-2021

Code answers related to "set width of a column html table"

Browse Popular Code Answers by Language