基本标签试手

原创 2019-02-10 22:21:14 143
摘要:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">&
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Html 基本标签练手</title>
<link rel="shortcuticon" href="./pic/url.bmp">
</head>

<style type="text/css">
a{text-decoration: aqua;color:red;}
a:hover{text-decoration: underline;color:pink}
</style>
<body>
<a  href="https://www.baidu.com/";>baidu</a>    
<p style="text-indent:2em;">你好,请输入</p>
<a name="top">页面顶部</a>
<input type="text" name="username" placeholder="请输入名字">
<input type="password" name="password" placeholder="请输入密码">
<button>点我登陆</button><hr><br>
<a href="#bottom">回到底部</a>  
<div>拉到最下插入页面底部测试</div>
<img src="https://www.baidu.com/img/bd_logo1.png" style="height: 200px;width: 280px"><br>
<img src="https://www.baidu.com/img/bd_logo1.png" style="height: 200px;width: 280px"><br>
<img src="https://www.baidu.com/img/bd_logo1.png" style="height: 200px;width: 280px"><br>

<a href="#top">回到顶部</a>
<a name="bottom">页面底部</a>
</body>
</html>


批改老师:查无此人批改时间:2019-02-11 09:48:32
老师总结:嗯,不错。下次把代码整理下,看着舒服。没有缩进,代码一多,就不容易看。继续加油

发布手记

热门词条