国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

html練習

Original 2019-03-03 20:21:27 181
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;>我們的記憶中總會記住一些優(yōu)秀的明星,

雖然隨著時間的推移他們的上了年齡,沒了消息。但是

我們依然</p>

<em style=font-family:新宋體>我們的記憶</em><i>我們的記憶</i>   <del>我們的記憶</del>  

<a href="http://www.miracleart.cn">php官方網(wǎng)</a><br><br>

<a href="http://www.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://www.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:測試的非常詳細,課堂中涉及的標簽及屬性都是常用標簽要好好掌握!

Release Notes

Popular Entries