使用DIV+CSS构架写一段 3行3列的的代码....
展开全部
<html>
<head>
<style type="text/css">
.big{width:905px;margin-right:-5px;}
.small{float:left;width:280px;height:100px;border:1px #ccc solid;background:#ededed;padding:4px;}
</style>
</head>
<body>
<div class="big">
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
</div>
</body>
</html>
其实怎么写都行
也可以写成
<ul>
<li></li>.....
</ul>
<head>
<style type="text/css">
.big{width:905px;margin-right:-5px;}
.small{float:left;width:280px;height:100px;border:1px #ccc solid;background:#ededed;padding:4px;}
</style>
</head>
<body>
<div class="big">
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
<div class="small"></div>
</div>
</body>
</html>
其实怎么写都行
也可以写成
<ul>
<li></li>.....
</ul>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<ul>
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
</ul>
ul,li浮动是三行。
dl dd dt浮动显示三列。
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
<li><dl><dt></dt><dd></dd><dd></dd></dl></li>
</ul>
ul,li浮动是三行。
dl dd dt浮动显示三列。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
.hd{width:960px;margin:0 auto}
.hd ul li{list-style:none;width:280px;height:30px;float:left;border:1px solid #ccc;margin-top:10px;margin-left:10px;}
</style>
</head>
<body>
<div class="hd">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
.hd{width:960px;margin:0 auto}
.hd ul li{list-style:none;width:280px;height:30px;float:left;border:1px solid #ccc;margin-top:10px;margin-left:10px;}
</style>
</head>
<body>
<div class="hd">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个好像是最简单的吧!为何不自己试一下,而且也可以用table, 用table布局不好,但不代表table不好,table是很强大而且很好用
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<table border="1">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询