Home >Web Front-end >HTML Tutorial >10 table-related tags in HTML_HTML/Xhtml_Web page production
In fact many people will say "I see that tables should never be used", but this is absolutely wrong! This suggestion only applies to using HTML tables to define the layout of a web page, but tables are perfect for conveniently arranging rows and columns of data information, and if you must display tabular data on a page, you have to use them! why not? However, in this case, some people ignore the existence of certain HTML tags for tables and don't know how to use them correctly.
HTML has 10 table-related tags. Below is a list with an introduction, but first, the document must be properly defined under HTML 4.01/XHTML 1 or HTML 5:
Define a cell (4, 5)
Define the header of the table (4, 5)
| A basic table structure is as follows: It contains a title, header, body and footer. The correct order of HTML elements is:
|