Answers for "border of cell html table"

CSS
1

table html border

<table border>
    <thead>
        <tr>
            <td>To</td>
            <td>date</td>
            <td>message</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Join</td>
            <td>24/02/2021 13:00 PM</td>
            <td>Thank you for share your pen with me</td>
        </tr>
      	<tr>
            <td>Harry</td>
            <td>24/02/2021 13:00 PM</td>
            <td>Thank you for share your magic wand with me</td>
        </tr>
    </tbody>
</table>
Posted by: Guest on August-14-2021

Browse Popular Code Answers by Language