TableGif

When writing in HTML, the <table> tag is a block element used to create a table. It is useful when you want to represent data using rows and columns. The basic elements that make up a table include <th>, <td>, and <tr>. The following sections contain information about the <table> tag, including an example of it in use, as well as related attributes and browser compatibility.