美食主題網站開發(fā)
文章目錄
一、?????網站題目
二、??網站描述
三、??網站介紹
四、??網站效果
五、?? 代碼實現(xiàn)
??HTML結構代碼
??CSS樣式代碼
六、?? 如何讓學習不再盲目
<h 一、?????網站題目>
???美食網頁介紹、??甜品蛋糕、??地方美食小吃文化、??餐飲文化、等網站的設計與制作。
<h 二、??網站描述>
??美食主題網站 主要對各種美食進行展示,讓瀏覽者清晰地了解到各種美食的詳細信息,便于瀏覽者進行選擇。該模塊的左側有個美食分類,用戶可以選擇自己喜歡的種類,當點擊種類后,就會在右側出現(xiàn)該分類下的各種美食,用戶可以點擊自己感興趣的食品,從而看到它的具體信息。它的具體信息包括配料、產地及它的一些功能,使用戶對該食品有著全面的認識。
?????靜態(tài)網站的編寫主要是用HTML DIV+CSS JS等來完成頁面的排版設計?????,常用的網頁設計軟件有Dreamweaver、EditPlus、HBuilderX、VScode 、Webstorm、Animate等等,用的最多的還是DW,當然不同軟件寫出的前端Html5代碼都是一致的,本網頁適合修改成為各種類型的產品展示網頁,比如美食、旅游、攝影、電影、音樂等等多種主題,希望對大家有所幫助。
<h 三、??網站介紹>
??網站布局方面:計劃采用目前主流的、能兼容各大主流瀏覽器、顯示效果穩(wěn)定的浮動網頁布局結構。
??網站程序方面:計劃采用最新的網頁編程語言HTML5+CSS3+JS程序語言完成網站的功能設計。并確保網站代碼兼容目前市面上所有的主流瀏覽器,已達到打開后就能即時看到網站的效果。
??網站素材方面:計劃收集各大平臺好看的圖片素材,并精挑細選適合網頁風格的圖片,然后使用PS做出適合網頁尺寸的圖片。
??網站文件方面:網站系統(tǒng)文件種類包含:html網頁結構文件、css網頁樣式文件、js網頁特效文件、images網頁圖片文件;
??網頁編輯方面:網頁作品代碼簡單,可使用任意HTML編輯軟件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
?等任意html編輯軟件進行運行及修改編輯等操作)。
其中:
(1)??html文件包含:其中index.html是首頁、其他html為二級頁面;
(2)?? css文件包含:css全部頁面樣式,文字滾動, 圖片放大等;
(3)?? js文件包含:js實現(xiàn)動態(tài)輪播特效, 表單提交, 點擊事件等等(個別網頁中運用到js代碼)。
<h 四、??網站效果>







<h 五、?? 代碼實現(xiàn)>
??HTML結構代碼
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>香港美食網</title><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/lb.js"></script><link href="css/css.css" rel="external nofollow" ?rel="stylesheet" type="text/css" /></head><body><embed src="images/music.mp3" width="0" height="0"></embed><div class="con"> ?<div class="nav"> ? ?<div class="fl"><a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img src="images/logo.png" ?width="259" /></a></div> ? ?<ul> ? ? ?<li id="c1"><a href="index.html" rel="external nofollow" ?rel="external nofollow" >網站首頁</a></li> ? ? ?<li id="c2"><a href="jianjie.html" rel="external nofollow" ?rel="external nofollow" >美食簡介</a></li> ? ? ?<li id="c3"><a href="meishi_1.html" rel="external nofollow" ?rel="external nofollow" >Wontons 云吞</a></li> ? ? ?<li id="c4"><a href="meishi_2.html" rel="external nofollow" ?rel="external nofollow" >Roast Goose 燒鵝</a></li> ? ? ?<li id="c5"><a href="meishi_3.html" rel="external nofollow" ?rel="external nofollow" > Wind Sand Chicken 風沙雞</a></li> ? ? ? ? ? ? ? ?</ul> ?</div> ?<div class="clear"></div> ?<div class="con_in"> ? ?<div class=" clear"></div> ? ?<div class="list_dm"> ? ? ?<div id="focus"> ? ? ? ?<ul> ? ? ? ? ?<li><a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img src="images/d1.jpg" /></a></li> ? ? ? ? ?<li><a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img src="images/d2.jpg" /></a></li> ? ? ? ? ?<li><a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img src="images/d3.jpg" ?/></a></li> ? ? ? ? ?<li><a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img src="images/d4.jpg" /></a></li> ? ? ? ?</ul> ? ? ?</div> ? ?</div> ? ?<div class=" clear"></div> ? ?<div class="main"> ? ? ?<div class="left"> ? ? ? ?<div class="index_right"> ? ? ? ? ?<div class="index_top"> ? ? ? ? ? ?<h2 >我的家鄉(xiāng)美食<span style=" color:#434343; padding:15px;">香港美食網~~!</span> </h2> ? ? ? ? ? ?<div class="pt20"> ? ? ? ? ? ? ?<p>香港(Hong Kong),簡稱"港"(HK),全稱為中華人民共和國香港特別行政區(qū)(HKSAR)。地處中國華南地區(qū),珠江口以東,南海沿岸,北接廣東省深圳市,西接珠江,與澳門特別行政區(qū)、珠海市以及中山市隔著珠江口相望。 香港是一座高度繁榮的國際大都市,區(qū)域范圍包括香港島、九龍、新界和周圍262個島嶼,管轄陸地總面積1106.34平方公里,海域面積1648.69平方公里。截至2017年末,總人口約740.98萬人,是世界上人口密度最高的地區(qū)之一。 香港自古以來就是中國的領土。1842-1997年間,香港曾為英國殖民地。二戰(zhàn)以后,香港經濟和社會迅速發(fā)展,不僅被譽為"亞洲四小龍"之一,更成為全球最富裕、經濟最發(fā)達和生活水準最高的地區(qū)之一。1997年7月1日,中國政府對香港恢復行使主權,香港特別行政區(qū)成立。中央擁有對香港的全面管治權,香港保持原有的資本主義制度和生活方式,并可享受外交及國防以外所有事務的高度自治權。"一國兩制"、"港人治港"、高度自治是中國政府的基本國策。 香港與紐約、倫敦并稱為"紐倫港",是全球第三大金融中心,重要的國際金融、貿易、航運中心和國際創(chuàng)新科技中心,也是全球最自由經濟體和最具競爭力城市之一,在世界享有極高聲譽,被GaWC評為世界一線城市。 香港是中西方文化交融之地,把華人智慧與西方社會制度優(yōu)勢合二為一,以廉潔的政府、良好的治安、自由的經濟體系及完善的法制聞名于世,有"東方之珠"、"美食天堂"和"購物天堂"等美譽。</p> ? ? ? ? ? ?</div> ? ? ? ? ?</div> ? ? ? ?</div> ? ? ?</div> ? ? ?<div class="right"> ? ? ? ?<div class=" clear"></div> ? ? ? ?<div class="sidebar"> ? ? ? ? ?<h3>網站導航</h3> ? ? ? ? ?<ul class="side_list"> ? ? ? ? ? ?<li id="c1"><a href="index.html" rel="external nofollow" ?rel="external nofollow" >網站首頁</a></li> ? ? ? ? ? ?<li id="c2"><a href="jianjie.html" rel="external nofollow" ?rel="external nofollow" >美食簡介</a></li> ? ? ? ? ? ?<li id="c3"><a href="meishi_1.html" rel="external nofollow" ?rel="external nofollow" >Wontons 云吞</a></li> ? ? ? ? ? ?<li id="c4"><a href="meishi_2.html" rel="external nofollow" ?rel="external nofollow" >Roast Goose 燒鵝</a></li> ? ? ? ? ? ?<li id="c5"><a href="meishi_3.html" rel="external nofollow" ?rel="external nofollow" >Wind Sand Chicken風沙雞</a></li> ? ? ? ? ? ? ? ? ?<li id="c8"><a href="zhanshi.html" rel="external nofollow" >美食展示</a></li> ? ? ? ? ?</ul> ? ? ? ? ?<div class=" center p5"> <a href="#" rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ?rel="external nofollow" ><img alt="" src="images/l1.jpg" width="220" ?/></a> </div> ? ? ? ?</div> ? ? ? ?<!--end of sidebar--> ? ? ? ? ? ? ? ?<div class=" clear"></div> ? ? ?</div> ? ? ?<div class=" clear"></div> ? ? ?<div class="foot"> ? ? ? ?<p> Copyright ? 香港美食網 版權所有</p> ? ? ? ?<p> All Rights Reserved </p> ? ? ?</div> ? ? ?<div class=" clear"></div> ? ?</div> ?</div></div></body></html>12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
??CSS樣式代碼
@charset "utf-8";/* -------------------common css -------------------------------*/body{ background:#fbebdc;}*{ margin:0; padding:0; font-family:黑體;}.clear{ clear:both;}.fl{ float:left;}.fr{ float:right;}img{ border:none;}a{ text-decoration:none;}a:hover{ color:#900;text-decoration:none;}li{ list-style-type:none;}.overflowh{overflow:hidden;}.center{text-align:center}.tl{ text-align:left;}.tr{ text-align:right;}.p3{ padding:3px;}.p5{ padding:5px;}/* -------------------common css -------------------------------*/.con{ width:1024px; height:auto;margin:auto; background:#fff; background-color:rgba(255,255,255,0.8);}.con_in{ width:1000px; height:auto;margin:auto;}.nav{width:1000px; height:72px; margin:auto; background:url(../images/head.png) top center no-repeat;}.nav ul{ padding-left:30px;}.nav li{ float:left; margin:5px; margin-top:10px; padding:15px 5px; }.nav li a{ font-size:18px; color:#eee; font-family:楷體}.nav li a:hover{ font-size:18px; color:#fff;}.nav li:hover{ background:#F90;-moz-border-radius:10px;border-radius:10px;}.nav li:hover a{ font-size:18px; color:#fff;}.r_nav{ width:200px; height:30px; float:left; margin-top:10px; margin-left:60px;}.r_nava{width:30px; height:30px; float:left; margin:15px;}#c1{ background:#5a5a5a;-moz-border-radius:10px;border-radius:10px;}#c2{ background:#fc0299;-moz-border-radius:10px;border-radius:10px;}#c3{ background:#ff6217;-moz-border-radius:10px;border-radius:10px;}#c4{ background:#02a596;-moz-border-radius:10px;border-radius:10px;}#c5{ background:#e2054f;-moz-border-radius:10px;border-radius:10px;}#c6{ background:#feb712;-moz-border-radius:10px;border-radius:10px;}#c7{ background:#9bcb06;-moz-border-radius:10px;border-radius:10px;}#c8{ background:#612f63;-moz-border-radius:10px;border-radius:10px;}1234567891011121314151617181920212223242526272829303132333435363738394041<h 六、?? 如何讓學習不再盲目>
很多剛入門編程的小白學習了基礎語法,卻不知道語法的用途,不知道如何加深映像,不知道如何提升自己,這個時候每天刷自主刷一些題就非常重要(百煉成神),可以去??途W上的編程初學者入門訓練。該專題為編程入門級別,適合剛學完語法的小白練習,題目涉及編程基礎語法,基本結構等,每道題帶有練習模式和考試模式,可還原考試模式進行模擬,也可通過練習模式進行練習。
源碼鏈接:https://yunjunet.cn/569367.html