abstract:<!doctype html><html><head><meta charset="utf-8"><style type="text/css">a{text-decoration:none ;color:#955;}a:hover{color:red;}ul li {list-style:none;
<!doctype html>
<html><head><meta charset="utf-8">
<style type="text/css">
a{text-decoration:none ;color:#955;}
a:hover{color:red;}
ul li {list-style:none;border:1px solid #666;height:40px;width:120px;text-align:center;line-height:40px; margin:3px}
button{height:38px;width:200px;margin:5px;background:#928;border:0px; font-size:16px;}
input{height:30px;width:208px;margin:5px;}
table{border:1px solid; border-collapse:collapse}
tr td{width:200px;border:1px solid;}
</style>
</head>
<body>
<p style=text-indent:2em;font-size:18px;color:red;>我們的記憶中總會(huì)記住一些優(yōu)秀的明星,
雖然隨著時(shí)間的推移他們的上了年齡,沒了消息。但是
我們依然</p>
<em style=font-family:新宋體>我們的記憶</em><i>我們的記憶</i> <del>我們的記憶</del>
<a href="http://m.miracleart.cn">php官方網(wǎng)</a><br><br>
<a href="http://m.miracleart.cn"><img src="2.jpg" style=width:50px;></a>
<h3>有序列表</h3>
<ol><li>第一條列表</li> <li>第二條列表</li> <li>第三條列表</li> </ol>
<h3>無序列表</h3>
<ul ><li>第一條列表</li> <li><a href="http://m.miracleart.cn">第二條列表</a></li> <li>第三條列表</li> </ul>
<hr>
<form method="get" action="deng.php">
用戶名:<input type="text" name="username" placeholder="請輸入用戶名"><br>
密碼:<input type="password" name="password" placeholder="請輸入密碼"><br>
<button>登錄</button>
</form>
<table >
<tr style="background:#812">
<td>編號</td>
<td>姓名</td>
<td>聯(lián)系方式</td>
</tr>
<tr>
<td>1</td>
<td>張三</td>
<td>18296558235</td>
</tr>
<tr>
<td>2</td>
<td>李四</td>
<td>18296558235</td>
</tr>
<tr>
<td>3</td>
<td>不三不四</td>
<td>18296558235</td>
</tr>
</table>
</body>
</html>
Correcting teacher:滅絕師太Correction time:2019-03-04 09:08:05
Teacher's summary:測試的非常詳細(xì),課堂中涉及的標(biāo)簽及屬性都是常用標(biāo)簽要好好掌握!