亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

HTML常用標(biāo)簽

原創(chuàng) 2019-04-17 23:01:57 240
摘要:<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>

批改老師:查無(wú)此人批改時(shí)間:2019-04-18 09:09:26
老師總結(jié):完成的不錯(cuò),html標(biāo)簽很簡(jiǎn)單,把常用的記熟,趕緊學(xué)習(xí)后面的。繼續(xù)加油

發(fā)佈手記

熱門詞條