時間:2023-08-16 09:54:01 | 來源:網(wǎng)站運營
時間:2023-08-16 09:54:01 來源:網(wǎng)站運營
HTML學(xué)生個人網(wǎng)站作業(yè)設(shè)計:旅游網(wǎng)站設(shè)計—— 杭州(帶登錄注冊表單 帶論文):?> ? 源碼獲取 文末聯(lián)系 ?Web前端開發(fā)技術(shù) 描述 網(wǎng)頁設(shè)計題材,DIV+CSS 布局制作,HTML+CSS網(wǎng)頁設(shè)計期末課程大作業(yè) |游景點介紹 | 旅游風(fēng)景區(qū) | 家鄉(xiāng)介紹 | 等網(wǎng)站的設(shè)計與制作 | HTML期末大學(xué)生網(wǎng)頁設(shè)計作業(yè)
<!DOCTYPE html><html lang="en"><head> <meta name="auto" content='spider'> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/base.css"> <style> .yh{ position: fixed; right: 1%; top: 10%; width: 200px; height: 200px; background: skyblue; color: white; text-align: center; line-height: 50px; padding-top: 30px; z-index: 9; opacity: 0.8; border-radius: 50px;} </style></head><body> <div class="yh"> <img src="" alt="" style="width: 100px; height: 100px; border-radius: 50%;" id="tou"> <p id="zhanghao">用戶還未登錄</p> </div> <header id='header'> <div class='center'> <nav style='overflow:hidden;'> <h2 class="none">網(wǎng)站導(dǎo)航</h2> <ul class="link"> <li class="active"><a href="#">首頁</a></li> <li><a href="meishi.html" >美食</a></li> <li><a href="login.html">登錄</a></li> <li><a href="zhuce.html">注冊</a></li> </ul> </nav> </div> </header> <div id="tour"> <section class='center'> <h2>浙江旅游</h2> <p>浙江旅游分享</p> </section> <figure> <a href="#"><img src="image/tour2.jpg" alt='九寨溝'></a> <figcaption><strong class='title'><九寨溝></strong>九寨溝是世界自然遺產(chǎn)、國家重點風(fēng)景名勝區(qū)、國家AAAAA級旅游景區(qū)、國家級自然保護區(qū)、國家地質(zhì)公園、世界生物圈保護區(qū)網(wǎng)絡(luò)</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> <div> 評論:<input type="text"> </div> </div> </figure> <figure> <a href="#"><img src="image/tour4.jpg" alt='黃龍'></a> <figcaption><strong class='title'><黃龍></strong>浙江黃龍景區(qū)面積700平方公里,以彩池、雪山、峽谷、森林“四絕”著稱于世,再加上難流、古寺、民俗稱為“七絕”。</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> <div> 評論:<input type="text"> </div> </div> </figure> <figure> <a href="#"><img src="image/tour5.jpg" alt='都江堰'></a> <figcaption><strong class='title'><都江堰></strong>都江堰市青城山-都江堰旅游景區(qū)包含青城山、都江堰兩個旅游區(qū)。其中青城山主峰老霄頂海拔1600米。</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> <div> 評論:<input type="text"> </div> </div> </figure> <figure> <a href="#"><img src="image/tour6.jpg" alt='峨眉山'></a> <figcaption><strong class='title'><峨眉山></strong>哦眉山是中國“四大佛教名山”</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> </div> <div> 評論:<input type="text"> </div> </figure> <figure> <a href="#"><img src="image/tour7.jpg" alt='甘孜州海螺汐溝景區(qū)'></a> <figcaption><strong class='title'><甘孜州海螺汐溝景區(qū)></strong>美麗的浙江</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> <div> 評論:<input type="text"> </div> </div> </figure> <figure> <a href="#"><img src="image/tour9.jpg" alt='貢嘎山風(fēng)景名勝區(qū)'></a> <figcaption><strong class='title'><貢嘎山風(fēng)景名勝區(qū)></strong>美麗的浙江</figcaption> <div> <span class='price'>分享日期</span> <em class='sat'>2022-05-19</em> <div> 評論:<input type="text"> </div> </div> </figure> </div> <footer id='foot'> <div class="top"> <div class="block left "> <h2>合作伙伴</h2> <hr> <ul> <li>途牛旅游網(wǎng)</li> <li>驢媽媽旅游網(wǎng)</li> <li>攜程旅游</li> <li>中國青年旅行社</li> </ul> </div> <div class="block center "> <h2>合作伙伴</h2> <hr> <ul> <li>途牛旅游網(wǎng)</li> <li>驢媽媽旅游網(wǎng)</li> <li>攜程旅游</li> <li>中國青年旅行社</li> </ul> </div> <div class="block right "> <h2>合作伙伴</h2> <hr> <ul> <li>途牛旅游網(wǎng)</li> <li>驢媽媽旅游網(wǎng)</li> <li>攜程旅游</li> <li>中國青年旅行社</li> </ul> </div> </div> <div class="bottom"> xxx | xxx | 旅行經(jīng)營許可證 </div> </footer></body></html><script> var hh=JSON.parse(sessionStorage.getItem("arr"))||[]if(hh.length>0){ tou.src=hh[0].touxiang zhanghao.innerHTML=hh[0].name}</script>
關(guān)鍵詞:設(shè)計,論文,注冊,旅游,學(xué)生,作業(yè),杭州
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。