HTML 个人test1

Original 2018-11-02 15:17:38 355
abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>demo</title><style>*{margin:0;padding: 0;}.de{width: 1020px;border: 1px solid #ccc;height: 1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>demo</title>
<style>
*{margin:0;padding: 0;}

.de{
width: 1020px;border: 1px solid #ccc;
height: 1080px;
margin:0 auto; 
}
.nav{
height: 35px;
border-bottom: 1px solid #ccc;
}
ul {
display: block;
float: right;
}
ul li{
list-style: none;
float: left;
line-height: 35px;
margin-right:10px; 
}
ul li a{
font-family: "微软雅黑";
font-size: 16px;
color: #ccc;
text-decoration: none;
}
ul li a:hover{
color: pink;
}
ul li a:active{
color: yellow;
}
.logo{
width: 320px;height: 130px;border: 1px solid #ccc;
margin:0 auto;
margin-top: 120px;
}
.neirong{
display: block;
margin-top: 20px;
}
.shousuo{
display: block;
width: 540px;
height: 38px;
border: 1px solid #ccc;
float: left;
margin-left: 190px;
}
.button{
width: 100px;
height: 40px;
background-color:#3388FF;
border: none;
color: white;
font-family: "微软雅黑";
font-size: 18px;
float: left;
font-weight: normal;
margin:0 auto;
}
.button:hover{
background-color: #317ef3;
box-shadow: 1px 1px 1px #ccc;
}
</style>
</head>
<body>
<div>
<div>
<ul>
<li><a href="">新闻</a></li>
<li><a href="">hao123</a></li>
<li><a href="">地图</a></li>
<li><a href="">视频</a></li>
<li><a href="">贴吧</a></li>
<li><a href="">学术</a></li>
<li><a href="">用户名</a></li>
</ul>

</div>
<div>
<a href="www.baidu.com"><img src="/img/bd_logo1.png" alt="">
</a>
</div>

<form>
<input type="text" value="请输入搜索内容">
    <button type="button">百度一下</button>
</form>

</div>
</body>
</html>



Correcting teacher:韦小宝Correction time:2018-11-02 15:22:38
Teacher's summary:作业完成的还算不错!但是下次记得要把自己的总结加上哦!以后还可以当做自己的笔记去翻阅!

Release Notes

Popular Entries