关于HTML页面的div问题
<divstyle="width:226px;height:240px;float:left;margin-left:10px;background-color:#fff...
<div style="width:226px;height: 240px;float: left;margin-left: 10px;background-color: #ffffff;border:1px solid #D7D7D7;margin-bottom: 10px;">
<a target="_blank" href=" ">
<img src="http://pic.rouding.com/uploadfile/201403/14/1D113545943.jpg-taobao" style="width: 200px;height: 165px;margin: 13px;margin-bottom: 8px;" />
</a>
<div style="margin-left: 13px;margin-right: 13px;">
<a target="_blank" href=" "> **********</a>
</div>
哪位能帮我具体解释一个 每个属性都是什么意思怎么用,小女子感激不尽 展开
<a target="_blank" href=" ">
<img src="http://pic.rouding.com/uploadfile/201403/14/1D113545943.jpg-taobao" style="width: 200px;height: 165px;margin: 13px;margin-bottom: 8px;" />
</a>
<div style="margin-left: 13px;margin-right: 13px;">
<a target="_blank" href=" "> **********</a>
</div>
哪位能帮我具体解释一个 每个属性都是什么意思怎么用,小女子感激不尽 展开
3个回答
展开全部
<div style(格式)="width(宽度):226px;height(高度): 240px;float(元素浮动方向): left(左边浮动);margin-left(定义左边距): 10px;background-color(定义背景颜色): #ffffff;border(定义边框线):1px solid(实线) #D7D7D7;margin-bottom(定义下边距): 10px;">
<a target="_blank"(后面的href链接在新窗口打开) href=" ">
<img(定义图片) src="http://pic.rouding.com/uploadfile/201403/14/1D113545943.jpg-taobao" style="width: 200px;height: 165px;margin: 13px;margin-bottom: 8px;" />
</a>
<div style="margin-left: 13px;margin-right: 13px;">
<a target="_blank" href=" "> **********</a>
</div>
后面的都是闭合标签了 没意义
<a target="_blank"(后面的href链接在新窗口打开) href=" ">
<img(定义图片) src="http://pic.rouding.com/uploadfile/201403/14/1D113545943.jpg-taobao" style="width: 200px;height: 165px;margin: 13px;margin-bottom: 8px;" />
</a>
<div style="margin-left: 13px;margin-right: 13px;">
<a target="_blank" href=" "> **********</a>
</div>
后面的都是闭合标签了 没意义
展开全部
width和height定义div的宽带和高度,background-color是背景颜色,margin-left;定义左边距,margin-bottom定义底边距,border是给div加一个边框,float是脱离文档流,target="_blank"是在新的窗口打开 style是定义css样式
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
加我qq聊?
追问
ok
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询