A simple HTML table, containing two columns and two rows:
The <table> tag defines an HTML table.A simple HTML table consists of the table element and one or more tr, th, and td elements.The tr element defines a table row, the th element defines a table header, and the td element defines a table cell.A more complex HTML table may also include caption, col, colgroup, thead, tfoot, and tbody elements.
Only the "summary" attribute is supported in HTML5.
Note: You should try not to use the "summary" attribute. If the information in the "summary" attribute is important, you should use a table caption or add a text paragraph before and/or after the table.
The <table> tag also supports the Standard Attributes in HTML5.
The <table> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!