物联公司网页设计制作 简单静态HTML网页作品 静态企业网页作业成品 学生网站模板
📂文章目錄
- 一、👨?🎓網站題目
- 二、??網站描述
- 三、📚網站介紹
- 四、🌐網站演示
- 五、?? 網站代碼
- 🧱HTML結構代碼
- 💒CSS樣式代碼
- 六、🥇 如何讓學習不再盲目
- 七、🎁更多干貨
一、👨?🎓網站題目
👒 公司官網網站 、企業官網、酒店官網、等網站的設計與制作。
二、??網站描述
🏷? 網頁中包含:Div+CSS、鼠標滑過特效、Table、導航欄效果、banner、表單、二級三級頁面等,視頻音頻元素,同時設計了logo(源文件),基本期末作業所需的知識點全覆蓋。
🏅 一套優質的💯網頁設計應該包含 (具體可根據個人要求而定)
三、📚網站介紹
📔網站布局方面:計劃采用目前主流的、能兼容各大主流瀏覽器、顯示效果穩定的浮動網頁布局結構。
📓網站程序方面:計劃采用最新的網頁編程語言HTML5+CSS3+JS程序語言完成網站的功能設計。并確保網站代碼兼容目前市面上所有的主流瀏覽器,已達到打開后就能即時看到網站的效果。
📘網站素材方面:計劃收集各大平臺好看的圖片素材,并精挑細選適合網頁風格的圖片,然后使用PS做出適合網頁尺寸的圖片。
📒網站文件方面:網站系統文件種類包含:html網頁結構文件、css網頁樣式文件、js網頁特效文件、images網頁圖片文件;
📙網頁編輯方面:網頁作品代碼簡單,可使用任意HTML編輯軟件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html編輯軟件進行運行及修改編輯等操作)。
其中:
(1)📜html文件包含:其中index.html是首頁、其他html為二級頁面;
(2)📑 css文件包含:css全部頁面樣式,文字滾動, 圖片放大等;
(3)📄 js文件包含:js實現動態輪播特效, 表單提交, 點擊事件等等(個別網頁中運用到js代碼)。
四、🌐網站演示
五、?? 網站代碼
🧱HTML結構代碼
<!doctype html> <html> <head> <meta charset="utf-8"> <title>物聯傳感</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <script type="text/javascript" src="js/js.js"></script> </head><body> <!--head begin--> <div class="head"><div class="left"><img src="picture/logo.png"></div><div id="nav"><ul class="nav"><li><a href="">首頁</a></li><li><a href="aboutus.html">關于我們</a></li><li><a href="productcenter.html">產品中心</a></li><li><a href="solution.html">解決方案</a></li><li><a href="development.html">合作發展</a></li><li><a href="information.html">媒體資訊</a></li></ul></div> </div> <!--head end--> <!--banner begin--> <div class="banner"> <ul class="banner_pic" id="banner_pic"><li class="current"><img src="picture/banner1.jpg" width="100%" height="560px"></li><li class="pic"><img class="one" src="picture/banner2.jpg" width="100%" height="560px"></li><li class="pic"><img class="one" src="picture/banner3.jpg" width="100%" height="560px"></li><li class="pic"><img class="one" src="picture/bannner4.jpg" width="100%" height="560px"></li></ul><ol id="button"><li class="current"></li><li class="but"></li><li class="but"></li><li class="but"></li></ol> </div> <!--bunner end--> <!--learn begin--> <div id="learn"><h2>物聯歡迎你</h2><dl><dd class="txt1">當互聯網的神經末梢由計算機延伸至普通物體時,世界進入了一個全新的物聯網時代,物聯網通過感知、識別、控制等技術,將整個物理世界聯接成網,通過整合工業技術、互聯網技術、大數據和云計算技術形成前所未有的社會進化推動力。<br>物聯網將改變人類與物理世界的溝通方式,將顛覆很多傳統理論,并將重塑世界秩序。物聯網已經成為一個民族未來能否立足于世界的戰略性新興產業,是一個國家實力和尊嚴的重要體現。我們歡迎有理想、有抱負、有志氣的年輕人與我們共同努力,為建立民族尊嚴,改寫世界實力版圖做出貢獻。</dd><dd class="txt2">物聯因你更精彩,物聯有你有未來!</dd></dl><div class="imgbox" id="imgbox"><span><a href="#"><img src="picture/1.png"></a><a href="#"><img src="picture/2.jpg"></a><a href="#"><img src="picture/3.jpg"></a><a href="#"><img src="picture/4.jpg"></a></span></div> </div> <!--learn end--> <!-- footer begin--> <div class="footer"> <div class="foot1"><div class="foot1-new"><ul><li><p class="tits">招商加盟</p><p class="tit">歡迎有志于開拓智能家居市場的<br>企業合作加盟</p></li><li><p class="tits">服務支持</p><p class="tit">提供專業的技術支持和咨詢服務<br>通過電話,即時通訊或者電子郵件可以獲取及時支持</p></li></ul></div></div> <div class="foot2"><div class="foot2-new"><a href="" class="footer_logo"><img src="picture/footer_logo.png"></a><div class="foot2-t"><p>加入我們</p><span>|</span><p>法律聲明</p><span>|</span><p>聯系我們</p><span>|</span></div><div class="foot2-b">Copyright?</div></div> </div> </div> </body> </html>💒CSS樣式代碼
/* CSS Document */ *{margin: 0;padding: 0;list-style: none;outline: none;border: 0;background: none; } body{font-size: 14px;font-family: "微軟雅黑"; } a:link,a:visited{color: #fff;text-decoration: none;} a:hover{text-decoration: none;} .head{width: 100%;margin: 0 auto;height: 50px;background: #000;} .head .left{float: left;padding-left: 50px;padding-top: 10px; }#nav{float: right;background: #000; } .nav{width: 700px;height: 35px;line-height: 35px;margin: 0 auto;font-size: 14px; } .nav li{float: left;padding-left: 50px;padding-top: 10px; } .nav a{display: inline-block;padding: 0 0px; } .nav a:hover{background: #000;} .nav .color_in{background: #000;} .banner .banner_pic .pic{display: none;} .banner .banner_pic .current{display: block;} .banner ol{position: absolute;left: 50%;top: 90%;bottom: 20%;margin-left: -62px; } .banner ol .but{float: left;width:28px;height: 1px;border: 1px solid #d6d6d6;margin-right: 20px; } .banner ol li{counter-increment: pointer;} .banner ol .current{background: #fff;float: left;width: 28px;height: 1px;border: 1px solid #fff;margin-right: 20px; } .foot1{padding: 50px 0;width: 100%;height: 200px;background: #f5f5f5; } .foot1-new{width: 980px;height: auto;margin: 0 auto;overflow: hidden; } .footer .foot1 .foot1-new ul{width: 100%;margin-top: 0;overflow: hidden;display: flex;position: relative; } .footer .foot1 .foot1-new ul li{width: 50%;text-align: center;float: none;margin-right: 0;display: inline-block; } .tits{height: 50px;font-size: 30px;line-height: 36px;color: #444444; } .tit{margin-top: 20px;height: 72px;font-size: 16px;line-height: 24px;color: #666666; } #learn{width: 980px;margin: 0 auto; } h2{font-weight: 100;font-size: 24px;color: #7fbe26;padding: 40px 0;border-bottom: 7px solid #ececec; } #learn dl{width: 980px;height: 220px; } #learn dt{width: 145px;height: 220px;background: url(http://www.ylcp.shop/files/files/1653634075115/images/learn.jpg)center center no-repeat;float: left; } #learn dd{width: 780px;padding: 20px 0 0 30px;float: left; } #learn .txt1{font-size: 15px;color: #000; } #learn .txt2{color: #7fbe26;line-height: 20px;font-size: 20px; } .imgbox{width: 940px;padding: 0 20px;white-space: nowrap;overflow: hidden; } .imgbox img{width: 226px;height: 129px;padding: 2px; } .imgbox a{margin-right: 20px;} .foot2{height: auto;.cc{width: 100%;height: 48px;margin-top: 50px; } .c{width: 143px;height: 48px;background: #7fbe26;border: none;line-height: 48px; }.imf a{width: 139px;height: 44px;border: 2px solid #fff;border-radius: 44px;display: block;float: left;margin-right: 9px;font-size: 18px;text-align: center;line-height: 44px;color: #fff; }六、🥇 如何讓學習不再盲目
第一、帶著目標去學習,無論看書報課還是各種線下活動。
首先要明確自己的學習目標是什么,是想解決什么問題,實現怎樣的目標。
第二、學習要建立個人知識體系
知識是學不完的,書籍是浩如煙海的。我們盡情徜徉其中的時候,千萬不要被海水淹死,沒有自我了。在學習過程中,我們會發現每一個知識點都是有她的邊界和背景的,我們要善于歸納整理知識
第三、學到了就要用到
有時,我們一天下來感覺學到了很多干貨,那么我們一定要將這些知識點和實際工作和生活聯系起來。知識和實踐相互聯系靠攏。愛學習是一件好事,但只有會學習的人,才有價值。
七、🎁更多干貨
1.如果我的博客對你有幫助、如果你喜歡我的博客內容,請 “👍點贊” “??評論” “💙收藏” 一鍵三連哦!
2.💗【👇🏻👇🏻👇🏻關注我| 💬獲取更多源碼 | 優質文章】 帶您學習各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學生畢業HTML模板 、期末大作業模板 、等! 「在這里有好多 前端 開發者,一起探討 前端 Node 知識,互相學習」!
3.
以上內容技術相關問題💌歡迎一起交流學習👇🏻👇🏻👇🏻💬總結
以上是生活随笔為你收集整理的物联公司网页设计制作 简单静态HTML网页作品 静态企业网页作业成品 学生网站模板的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深度贝叶斯神经网络(Deep Bayes
- 下一篇: 腾讯浏览器(X5WebView的使用)