Getting started with html5-table elements

Table element

<table>
	<tr>
		<td></td>
	</tr>
</table>

table represents a table
tr row
td column

Table attributes

https://www.w3school.com.cn/tags/tag_table.asp

Guess you like

Origin blog.csdn.net/menxinziwen/article/details/115221200