Use a table tag in HTML
Below is a list.
<html> <head> <Title> Table in HTML </Title> </Head> <body> <p> Horizontal header </p> <Table border = 1> <ter> <th> name </th> <th> Age </th> <th> Gender </th> </tr> <l> <TD> ZDD </td> </td> <td> male </td> </tr > </table> <p> Vertical head </p> <table border = 1> <ter> <TH> name </th> <td> Autumn </td> </tr> <TR> Age </th> <TD> 30 </td> </tr> <ter> <TH> Gender </th> <TD> FAMALE </td> </Table> </Body> </</</</</</ html>
Renderings
Horizontal surface