Creating a Table Using Html.
Creating a table is the initial project of web development. A table can be created by using a tag such as: <table>, <tr>, <th>, <td> with some attributes i.e cellspacing, cellpadding, colspan, row span.
Let's create a Time Table for school.
<body>
...
devbytes.hashnode.dev1 min read