abstrait:<html><head><title>HTML常用標(biāo)簽</title><link rel=" shortcut icon" type=" image/x- icon" href="a/b.png"><style>a{ text-decoration:non
<html>
<head>
<title>HTML常用標(biāo)簽</title>
<link rel=" shortcut icon" type=" image/x- icon" href="a/b.png">
<style>
a{ text-decoration:none}
ul li{list-style:none}
table{heiht:300px; width:200px; border:1px solid #pink;}
</style>
</head>
<body>
<h1>我的第一行</h1>
<a href="baidu.com">百度</a>
<ol>
<li>1</li>
<li>2</li>
</ol>
<ul>
<li>1</li>
<li>2</li>
</ul>
<form action="baidu.com" method="post/get">
</form>
<input type="text" name="name1">用戶名</br>
<input type="password" name="password">密碼</br>
<button>密碼</button>
<table>
<tr
<th>1</th>
<th>2</th>
</tr>
<tr>
<td>1<td>
</tr>
<tr>
<td>1</td>
</tr>
</table>
</body>
</html>
Professeur correcteur:查無(wú)此人Temps de correction:2019-04-18 09:09:26
Résumé du professeur:完成的不錯(cuò),html標(biāo)簽很簡(jiǎn)單,把常用的記熟,趕緊學(xué)習(xí)后面的。繼續(xù)加油