加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Page</title>
<link rel="stylesheet" href="">
<style type="text/css">
body{
background-image:url(http://1814.img.pp.sohu.com.cn/images/blog/2010/1/24/14/4/1270fc3ff32g213.jpg);
background-size: cover;
}
p{
margin-top: 40px;
}
a{
text-decoration:none;
color: #FF00FF;
font-size: 20px;
}
a:hover{
color:#C0FF3E;
}
button{
height:45px;
width: 45px;
}
input{
height: 45px;
width: 450px;
}
</style>
</head>
<body>
<center>
<p>
<a href="http://image.so.com/?&src=hao_360so_tu" title=""><span>图片</span></a>
<a href="http://video.so.com/" title=""><span>视频</span></a>
<a href="http://www.btime.com/?src=" title=""><span>新闻</span></a>
<a href="http://ditu.so.com/?ie=utf-8&src=hao_360so_d&t=map&k=" title=""><span>地图</span></a>
<a href="http://wenda.so.com/" title=""><span>360问答</span></a>
<a href="http://www.weibo.com/" title=""><span>微博</span></a>
<a href="http://g.360.cn/index.html" title=""><span>游戏</span></a>
</p>
<div>
<input type="text" name="" value="">
<button type=""><img src="QQ图片20170628161901.png" alt="">
</button>
<hr color="#ff00ff">
</div>
<img src="http://img3.redocn.com/tupian/20141121/suyabijibenbeijingppt_3270317.jpg" alt="">
</center>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化