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.
pull/5/head
1vishalkumar 2 years ago committed by GitHub
parent 5b8dd4b5d4
commit 4815a49f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
<table>

Loading…
Cancel
Save