html求帮助
发布网友
发布时间:2023-07-20 08:26
我来回答
共3个回答
热心网友
时间:2024-02-19 05:56
<!DOCTYPE HTML>
<html>
<meta charset="UTF-8" />
<head>
<title>biaoge</title>
<style type="text/css">
*{
margin: 0;padding: 0;
}
.l{
border:#f00 solid 1px;
width:49%;
overflow: hidden;
}
.r{
border:#f00 solid 1px;
width:49%;
overflow: hidden;
}
p{
line-height: 25px;
border-bottom: #000000 solid 1px;
}
</style>
</head>
<body>
<div style="margin: 0 auto;width: 800px;">
<div style="float: left;" class="l">
<div style="height:100px;">
<div style="width:100px;height: 100px;border: #f00 solid 1px;float: left;">
我是图片
</div>
<p>分享</p>
<p>主题</p>
<p>最新</p>
</div>
<div style="height:100px;">
<div style="width:100px;height: 100px;border: #f00 solid 1px;float: left;clear:both;">
我是图片
</div>
<p>分享</p>
<p>主题</p>
<p>最新</p>
</div>
</div>
<div style="float: right;" class="r">
<div style="height:100px;">
<div style="width:100px;height: 100px;border: #f00 solid 1px;float: left;">
我是图片
</div>
<p>分享</p>
<p>主题</p>
<p>最新</p>
</div>
<div style="height:100px;">
<div style="width:100px;height: 100px;border: #f00 solid 1px;float: left;clear:both;">
我是图片
</div>
<p>分享</p>
<p>主题</p>
<p>最新</p>
</div>
</div></div>
</body>
</html>
热心网友
时间:2024-02-19 05:57
这种格式的可以用表格来写,也可以用列表来写。
个人比较建议你自己先写一下,遇到了什么问题在把问题说出来;
如果不知道怎么做,建议你先去了解下table和ul>li的用法。
这样对你帮助会更大。
热心网友
时间:2024-02-19 05:57
其实我感觉你还是用div 写吧! 我感觉div的 可调性非常高
html超级小白的疑问,求帮助
表格无内容时要显示边框边一个空格符就可以了。在写代码的时侯注意代码的美观度,也方便修改的。<html> <head> <tittle>课程表</tittle> </head> <body> <table align="center" border="2" height="400" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td>星期一</td> <td>...
已编译的 HTML 帮助文件 求解决
一1、开始运行,输入:regsvr32 C:\windows\system32\hhctrl.ocx ,确定,重新关联文件。2、执行一下windows目录里的hh.exe 。有时候chm文件放在中文目录就不行。包括中文chm名字。试着把文件考出来.中文名字一改.二在微软网站上下载hhupd.exe,安装hh.exe后并运行。 2.实际上,下载hhupd.exe后,运行后...
html中设置层position:absolute;属性后上面的下拉菜单被遮挡,该怎么...
给下拉菜单层加个z-index:1999;相当于是z轴上给个最大值,那么下拉层就始终是在最上面的一层,不会被遮挡。
HTML点击下拉菜单收回 刷新网页是打开的, 点击之后才收回 求代码大神帮 ...
你给<div class="sub-nav">的初始状态设为 关闭 比如 在JS代码里一开始就设 $(".sub-nav").hide();或者在样式里设置 display:none(好久没用JQ了 反正不是 display:none,就是 visible:false 我记得是前者)
跪求如何制作已编译的HTML帮助文件
用QuickCHM这个软件就可以了。
http://zhidao.baidu.com/question/345169851.html 求帮助
弧AB长为C=2200米,H=220求AB长度L?弧半径为R,弧所对的圆心角为A。Rn+1=(1-(Rn*COS(C/(2*Rn))-Rn+H)/((C/2)*SIN(C/(2*Rn))-H))*Rn R0=2500 R1=2682.278 R2=2711.866 R3=2712.519 R4=2712.519 R=2712.519 A=C/R=2200/2712.519=0.811054弧度=0.811054*180/PI=...
SQL语句完成操作,求帮助。 急。
1、select 公司名,地址,电话 from 客户 where 城市=“上海”;2、select 公司名,订货日期,预交订金,交通(运输方式),发货日期 from 客户, 订单 where 客户.客户号=订单.客户号;3、select 订单号,公司名,预付订金 from 客户, 订单 where 客户.客户号=订单.客户号 order by 预交订金 desc;4、...
帮助,求……
回答:Young. long-short. tall-short
VBA代码求大神帮助,next 没有 for?
我从图上看见了三个Next只有两个For,系统要求必须一一配对,建议把Next与For对齐,不要这么乱,然后就明白哪个是多余的,把多余的删除就能通过编译了。粘贴你的文本到VBA环境,依次进行了对齐,删除了一个多余的Next后编译通过,如下图:
求大家帮助
最简单的作法就是从正方形的左下角顶点与正方形右边中点连线,把阴影部分分隔成三个小三角形,立马求出面积为1/2 *5*3+1/2 *6*3+1/2 *5*3=24