【发布时间】:2014-09-22 18:26:51
【问题描述】:
display:block; 和 display:table; 有区别吗?在我看来,包含 table-row 和 table-cell 节点的 dom 节点的显示类型并不重要。 MDN says that display:table; makes it behave like a table,但没有详细说明这种行为是什么。这是什么行为?
同样,display:inline-block; 和 display:inline-table; 有区别吗?
【问题讨论】:
标签: html css html-table