Tables In HTML
What is the table?
<table> tag is used to create tables in HTML. The table organizes video, text, audio, links, etc. in rows and columns.
Several tags we use to create tags are
<table> <th> <td> </td> </th> </table>.
<th>tag is used to create the tab...
aakarshit.hashnode.dev1 min read