From 4815a49f30e0889f9def8ebff53f7822dc4675cb Mon Sep 17 00:00:00 2001 From: 1vishalkumar <111412597+1vishalkumar@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:15:15 +0530 Subject: [PATCH] Added a helpful link Hey, I have added a helpful reference link for about HTML tables in the HTML table section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 35e2b60..a848837 100644 --- a/readme.md +++ b/readme.md @@ -1326,7 +1326,7 @@ What is matters the most is understanding how the HTML form works, this is not a ## HTML Table -In this section, we will see how to create an HTML table. Table has an external border, header rows and header cell, body rows and its cells and it could have also a footer row. To make an HTML table, we need a _table_ element that wrap all the rows and the rows wrap all the data cells. +In this section, we will see how to create an HTML table. Table has an external border, header rows and header cell, body rows and its cells and it could have also a footer row. To make an HTML table, we need a _table_ element that wrap all the rows and the rows wrap all the data cells. To know more about HTML table you can refer this [link](https://www.scaler.com/topics/html/tables-in-html/) ```html