明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

如何用html制作百度首頁

[摘要]本篇文章適用與剛學(xué)html和css,練習(xí)一個(gè)比較簡單的百度首頁,因?yàn)榘俣鹊闹黜摫容^簡單,大概分為三個(gè)部分:右上角的標(biāo)簽、Logo和表單、下面的版權(quán)信息。對于剛開始想要檢測學(xué)習(xí)成果是一個(gè)不錯(cuò)的好方法,熟練后再去嘗試寫一些復(fù)雜的html網(wǎng)頁。下面是html制作百度首頁的源碼<!DOCTYPE h...
本篇文章適用與剛學(xué)html和css,練習(xí)一個(gè)比較簡單的百度首頁,因?yàn)榘俣鹊闹黜摫容^簡單,大概分為三個(gè)部分:右上角的標(biāo)簽、Logo和表單、下面的版權(quán)信息。對于剛開始想要檢測學(xué)習(xí)成果是一個(gè)不錯(cuò)的好方法,熟練后再去嘗試寫一些復(fù)雜的html網(wǎng)頁。

下面是html制作百度首頁的源碼

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>百度一下,你就知道</title>
</head>
<body>
<p align="right">
<font color="blue" size="2">
<a href="http://www.baidu.com/gaoji/preferences.html">搜索設(shè)置</a>
 <a href="http://passport.baidu.com">登陸</a>
 <a href="https://passport.baidu.com">注冊</a>
</font>
</p>
<p align="center">
<img alt="百度" src="../images/baidu.gif" height="60px;" width="120px;"/>
</p>
<p align="center">
<font color="blue" size="2">
<a href="http://news.baidu.com">新聞</a>
<font color="black"><b>網(wǎng)頁</b></font>
<a href="http://tieba.baidu.com">貼吧</a>
<a href="http://zhidao.baidu.com">知道</a>
<a href="http://mp3.baidu.com">MP3</a>
<a href="http://image.baidu.com">圖片</a>
<a href="http://video.baidu.com">視頻</a>
<a href="http://map.baidu.com">地圖</a>
</font>
</p>
<p align="center">
<form action="">
<input type="text" name="wd" size="50" height="20px;" width="50px;">
<input type="submit" value="百度一下">
</form>
</p>
<p align="center">
<font color="blue" size="2">
<a href="http://hi.baidu.com">空間</a>
<a href="http://baike.baidu.com">百科</a>
<a href="http://www.hao123.com">hao123</a>
<a href="/more/">更多&gt;&gt;</a>
</font>
</p>
<br/><br/><br/><br/><br/><br/>
<p align="center">
  <font color="blue" size="2">
<p><a href="http://utility.baidu.com">把百度設(shè)為主頁</a>
   <a href="">把百度加為收藏夾</a></p>
<p><a href="http://top.baidu.com">搜索風(fēng)云榜</a>
   <a href="http://home.baidu.com">關(guān)于百度</a>
   <a href="http://ir.baidu.com">About Baidu</a></p>
<p>&copy;2017年10月21日 百度 <a href="/duty">使用百度前必讀</a>
   <a href="http://www.niibeian.gov.cn">北京ICP證030173號</a>
   <img src="http://gimg.baidu.com/img/gs.gif"></p>
  </font>
</p>
</body>
</html>

總結(jié):

看似簡單,當(dāng)我們寫起來的時(shí)候就感覺跟我學(xué)起來的完全不一樣呢!多加練習(xí)有助于我們更快學(xué)習(xí)。

相關(guān)推薦:

站點(diǎn)首頁是404Not Found

用360能打開首頁,用谷歌就打不開!

模板首頁出不來

以上就是如何用html制作百度首頁的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!


網(wǎng)站建設(shè)是一個(gè)廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。