首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
colgroup专题
html标签的表格的tbody、tfoot、thead、colgroup、th、tr、td、table
关于table里标签的结构描述,直接上图: 关于table标签的写法示例: <table width="60%" border="4"> <caption>这个是表格的标题</caption> <colgroup span="2" align="left" style="color:red"></colgroup> <colgroup align="right" styl
阅读更多...