好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

定义了3个div,如何让这3个div显示在同一行呢?为啥下面我的css代码实现不了呢?_html/c






html5

div{
width: 200px;
height:100px;

}
#oneDiv{
border:1px solid black;
float: left;

}
#twoDiv{
border:1px solid red;
float: left;
}

#threeDiv{
border:1px solid blue;
float: left;
}








这里是第一个div里面的内容


查看更多关于定义了3个div,如何让这3个div显示在同一行呢?为啥下面我的css代码实现不了呢?_html/c的详细内容...

  阅读:31次