The HTML table architecture allows authors to arrange data in rows and columns of cells, including text, preformatted text, graphics, links, forms, form fields, and other tables. Each table can contain a caption (see the CAPTION element) that gives a brief summary of what the table is for.
There are three basic table tags:
<table> - to verify that a table is starting to be made
<tr> - to verify the start of a table with a row
<td> - to hold table data
https://www.w3.org/TR/html401/struct/tables.html#:~:text=The%20HTML%20table%20model%20allows,description%20of%20the%20table's%20purpose.
Very Helpful Post!
ReplyDeleteThe HTML table is sure helpful to organize data! Good job on your blog!
ReplyDelete