Sun Jul 25 2021 08:23:28 GMT+0000 (UTC)
Saved by @buildadev
<h1>This page shows table</h1> <table> <tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>Jill</td> <td>30</td> </tr> <tr> <td>Smith</td> <td>20</td> </tr> </table>
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments