table

PHOTO EMBED

Sun Jul 25 2021 08:23:28 GMT+0000 (Coordinated Universal Time)

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>
content_copyCOPY