html-1

  1 <html>
  2 <head></head>
  3 <title>ht</title>
  4 <meta charset="utf-8">
  5 <meta name="htt" content = "httt">
  6 <body bgcolor = "gray" text="white" link="white" vlink="yellow">
  7 <div>
  8 <a href="#zhong" target="_self">di</a>
  9 </div>
 10 <a href="http://www.baidu.com">百度1
 11 <br>百度2</br></a>
 12 <a href="http://www.baidu.com" target="_blank"><center>百度3</center>
 13 <p>百度4</p></a>
 14 <div>baidu</div>
 15 <div>1
 16 2</div>
 17 <div>
 18 <li>aaa</li>
 19 <li>bbb</li>
 20 <li>ccc</li>
 21 <ul>
 22 <li>aaa</li>
 23 <li>bbb</li>
 24 <li>ccc</li>
 25 </ul>
 26 <ol type="A">
 27 <li type="1">aaa</li>
 28 <ol type="a">
 29 <li>aaa</li>
 30 <li>bbb</li>
 31 <li>ccc</li>
 32 </ol>
 33 <hr>
 34 <ol type="a">
 35 <li value="2">aaa</li>
 36 <li>bbb</li>
 37 <li>ccc</li>
 38 </ol>
 39 <hr>
 40 <li>bbb</li>
 41 <li>ccc</li>
 42 </ol>
 43 </div>
 44 
 45 <div><font color="black" face="宋体" size=2>
 46 <i><h1>h1<h1></i>
 47 <em><u><h2><a href="http://baidu.com">h2</a><h2></u></em>
 48 <h3>h3<h3>
 49 </font>
 50 </div>
 51 
 52 <div>
 53 <dl>
 54 <dt>test</dt>
 55 <dd>testing  .....</dd>
 56 <dl>
 57 </div>
 58 
 59 <div>
 60 <h1>img<h1>
 61 <img src="登录2.jpg" width=40px height=80px border=5px alt="None">
 62 </div>
 63 
 64 <div>
 65 <a name="zhong"></a>
 66 </div>
 67 </br>
 68 <div>
 69 <table width=100px height=200px border =5px align="left" cellpadding="1" cellspacing="1">
 70 <caption align="top">head</caption>
 71 <tr frame="above">
 72 <th>1</th>
 73 <th>2</th>
 74 <th>3</th>
 75 </tr>
 76 <tr height="10">
 77 <td rowspan="1" colspan="2" bgcolor ="white" align="center"><font color="black"><b>t1</b></font></td>
 78 <td>t2</td>
 79 <!--<td>t3</td>-->
 80 </tr>
 81 <tr>
 82 <td>t11</td>
 83 <td>t21</td>
 84 <td>t33</td>
 85 </tr>
 86 </table>
 87 </br>
 88 
 89 
 90 </div>
 91 
 92 <form>
 93 input:<input name="inp"><br>
 94 submit:<input type="submit"><br>
 95 input:<input type="reset"><br>
 96 input:<input type="radio"><br>
 97 input:<input type="checkbox"><input type="checkbox"><br>
 98 <textarea cols=30 rows="20">aa</textarea></br>
 99 <select>
100 <option>a</option>
101 <option>b</option>
102 <option>c</option>
103 </select>
104 </form>
105 
106 </body>
107 
108 
109 </html>

 

posted @ 2019-05-10 11:19  竹心_兰君  阅读(481)  评论(0编辑  收藏  举报