如何在 HTML 中的同一行(级别)上显示不同的表格或数据块
我需要在浏览器上显示一些数据,但我想将页面分成两部分。因此,我想将第二个表显示在另一个表旁边而不是下面。
你有什么想法吗?
I need to display some data on a browser but I want to split the page into two sections. Thus I want to show the second table next to the other rather than below it.
Do you have any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将表格包裹在 div 中,浮动它们,然后清除它们。您应该在 div 上设置宽度,以便 IE 不会破坏浮动。
Wrap the tables in a div, float them, and clear them. You should set a width on the divs so IE doesn't break the floats.