【发布时间】:2016-02-02 00:06:33
【问题描述】:
如何创建没有<table> 标记的表?所以它应该看起来和普通的表格一模一样,但没有使用常见的表格标签。
【问题讨论】:
-
你可以使用ul li来创建或者
-
使用 div。创建嵌套的 div-s。它在响应式设计中非常受欢迎。您可以查看stackoverflow.com/questions/17773186/… 也可以在 google 中搜索 css div 而不是 table
标签: html css html-table css-tables