1. 程式人生 > >web前端之百度首頁仿寫

web前端之百度首頁仿寫

<html>
<head>
<meta charset="UTF-8">
<title>百度一下,你就知道</title>
</head>
<body>
<table border="0" width="100%" height="900px">
<tr height="20%">
<td align="right">
<a href="http://news.baidu.com/">新聞</a>&nbsp;&nbsp;
<a href="https://www.hao123.com/">hao123</a>&nbsp;&nbsp;
<a href="https://www.hao123.com/">地圖</a>&nbsp;&nbsp;
<a href="http://v.baidu.com/">視屏</a>&nbsp;&nbsp;
<a href="https://tieba.baidu.com/index.html">貼吧</a>&nbsp;&nbsp;
<a href="http://xueshu.baidu.com/">學術</a>&nbsp;&nbsp;
<a href="http://i.baidu.com/" title="個人中心 賬號設定 意見反饋 退出">醒635</a>&nbsp;&nbsp;
<a href="" title="搜尋設定 高階搜尋 關閉設定 搜尋歷史" >設定</a>&nbsp;&nbsp;
<a href="">更多設定</a>
</td>
</tr>
<tr height="50%">
<td align="center">
<p>
<img  src="img/baidu.png" width="270px" height="129px" />
</p>
<p>
<form action="https://www.baidu.com/s">
<input type="hidden"  name="ie" value="gbk"/>
<input type="text" name="wd" style="width: 540px; height: 36px;"/>
<button type="submit" style="border: 0; width: 100px; height: 36px; background-color:#385FFF;color: #ffffff;">百度一下</button>
</form>
</p>
</td>
</tr>
<tr>
<td align="center">
<p>
<img src="img/tupian.png"  width="60px" height="60px"/>
</p>
<p>手機百度</p>
<p>
<a href="https://www.baidu.com/cache/sethelp/index.html">
<u>把百度設為主頁&nbsp;&nbsp;</u>
   </a>
   <a href="http://home.baidu.com">
   <u>關於百度&nbsp;&nbsp;</u>
   </a>
    
   <a href="http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome">
   <u>About&nbsp;Baidu&nbsp;&nbsp;</u>
   </a>
   <a href="http://e.baidu.com/?refer=888">
   <u>百度推廣</u>
   </a>
   
</p>
<p>
<a href="https://www.baidu.com/duty/">
<u>@2017Baidu 使用百度前必讀 </u>
</a>
<a href="http://help.baidu.com/">
<u> 意見反饋</u>
</a>
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11000002000001">
<u>京ICP整0301731號</u>
   <img src="img/p.png" />
</a>
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11000002000001">
       <u>&nbsp;&nbsp;京公網安備11000002000001號</u>
<img src="img/tu.jpg" />
</a>

</p>

</td>
</tr>
</table>
</body>
</html>