1 Star 0 Fork 124

20级软件2班/HTML_div

forked from walkbyfaith/HTML_div 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
张益飞 提交于 2020-12-03 16:47 . 满屋花布局
<!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=utf-8" />
<title>无标题文档</title>
</head>
<style>
.father{ width:600px;
margin:0 auto;
}
.div001.div002 { display:inline}
.div02 { width:170px;
height:600px;
background-color:#FFF;
float:left;
}
.div03{ width:430px;
height:600px;
background-color:#FF0;
float:left;
}
</style>
<body bgcolor="#FFCCCC">
<div class="father">
<div class="div01"><img src="img/banner.jpg" width="600" height="120" /></div>
<div class="div001"><img src="img/button1.jpg" width="100" height="40" /><img src="img/button1.jpg" width="100" height="40" /><img src="img/button1.jpg" width="100" height="40" /><img src="img/button1.jpg" width="100" height="40" /><img src="img/button1.jpg" width="100" height="40" /><img src="img/button1.jpg" width="100" height="40" /></div>
<div class="div02"><img src="img/login.jpg" width="180" height="50" />账号:<input type="text" />密码:<input type="password" /><input type="submit" value="登入" /><input type="submit" value="注册" />&nbsp;&nbsp;&nbsp;&nbsp;<a href="register.html" >忘记密码</a></div>
<div class="div002"><img src="img/news1.jpg" width="140" height="100" /><img src="img/news2.jpg" width="140" height="100" /><img src="img/news3.jpg" width="140" height="100" /></div>
<div class="div03"></div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/level-20-software-class-2/html_div.git
[email protected]:level-20-software-class-2/html_div.git
level-20-software-class-2
html_div
HTML_div
master

搜索帮助