Web前端開發(fā)技術(shù) 描述 網(wǎng)頁設(shè)計題材,DIV+CSS 布局制作,HTML+CSS網(wǎng)頁設(shè)計期末課程大作業(yè) |游景點介紹 | 旅游風(fēng)" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運營 > HTML學(xué)生個人網(wǎng)站作業(yè)設(shè)計:旅游網(wǎng)站設(shè)計—— 杭州(帶登錄注冊表單 帶論文)

HTML學(xué)生個人網(wǎng)站作業(yè)設(shè)計:旅游網(wǎng)站設(shè)計—— 杭州(帶登錄注冊表單 帶論文)

時間: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è)
  1. HTML:結(jié)構(gòu)
  2. CSS:樣式 在操作方面上運用了html5和css3, 采用了div+css結(jié)構(gòu)、表單、超鏈接、浮動、絕對定位、相對定位、字體樣式、引用視頻等基礎(chǔ)知識
  3. JavaScript:做與用戶的交互行為

前端學(xué)習(xí)路線

(1)html文件:其中index.html是首頁、其他html為二級頁面; (2)css文件:css全部頁面樣式,文字滾動, 圖片放大等; (3)js文件:js實現(xiàn)動態(tài)輪播特效, 表單提交, 點擊事件等等(網(wǎng)頁中運用到j(luò)s代碼)

網(wǎng)頁基本結(jié)構(gòu)

(1)首頁:進入網(wǎng)頁中看到的第一個頁面(LOGO、公司名稱、導(dǎo)航、banner、新聞、相關(guān)信息、底部信息、banner一般是5個   (2)二級頁面:從首頁點擊進入之后的頁面叫做二級頁面 (3)三級頁面:從二級頁面點擊進入的頁面

網(wǎng)頁html:網(wǎng)頁是構(gòu)成網(wǎng)站的基本元素,是承載各種網(wǎng)站應(yīng)用的平臺。通俗地說,網(wǎng)站就是由網(wǎng)頁組成的 首頁網(wǎng)站:首頁是一個網(wǎng)站的入口網(wǎng)頁,故往往會被編輯得易于了解該網(wǎng)站多數(shù)作為首頁的文件名是index加上擴展名 導(dǎo)航菜單:是指位于頁面頂部或者側(cè)邊區(qū)域的,也稱之為導(dǎo)航欄,它起著鏈接站點或者軟件內(nèi)的各個頁面的作用. 網(wǎng)頁頁腳:是網(wǎng)頁中每個頁面的底部的區(qū)域。常用于顯示附加信息。如作者、備案號等。


網(wǎng)頁演示




在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述



HTML結(jié)構(gòu)代碼

<!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'>&lt;九寨溝&gt;</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'>&lt;黃龍&gt;</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'>&lt;都江堰&gt;</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'>&lt;峨眉山&gt;</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'>&lt;甘孜州海螺汐溝景區(qū)&gt;</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'>&lt;貢嘎山風(fēng)景名勝區(qū)&gt;</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>

學(xué)的反而越迷茫

有這種感覺很正常,因為你還沒有真正去公司里面待過,也不清楚自己到底要學(xué)多少東西才能勝任公司里面給你分配的活。我從你的表述來看,你的基礎(chǔ)應(yīng)該還是很扎實的。跟著網(wǎng)上那種全套的視頻教程學(xué)肯定沒有問題。

當(dāng)你以后真正進入公司,發(fā)現(xiàn)工作的難度和量大約只有你學(xué)習(xí)時期的大約20%,你可能就會發(fā)出一聲嘆息:原來工作也不過如此嘛。

這是很正常的,因為大部分公司是招你進去去干活的,寫業(yè)務(wù)的,不是讓你一個新人去研發(fā)公司架構(gòu)的。都是現(xiàn)成的東西,你要做的就是在別人的教導(dǎo)下,手把手的指揮下去添磚加瓦。到時候你恐怕要驚呼:就這?

所以,放松心態(tài)吧,好好享受大學(xué)時光 —————————————————


學(xué)習(xí)更多

關(guān)注我 | 點贊博文 | 每天帶你漲知識




關(guān)鍵詞:設(shè)計,論文,注冊,旅游,學(xué)生,作業(yè),杭州

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關(guān)閉