怎么把一个div与一个table放在同一行中

2018-01-04  本文已影响28人  秋天de童话

<html>
<head>
<style type="text/css">
p {display: inline}
div {display: inline}
</style>
</head>

<body>
<p>本例中的样式表把段落元素设置为内联元素。</p>

<p>而 div 元素不会显示出来!</p>

<div>div 元素的内容不会显示出来!</div>
</body>
</html>

http://bbs.csdn.net/topics/80402138
http://www.w3school.com.cn/tiy/t.asp?f=csse_display

上一篇 下一篇

猜你喜欢

热点阅读