時間:2023-10-11 16:00:01 | 來源:網(wǎng)站運營
時間:2023-10-11 16:00:01 來源:網(wǎng)站運營
一個簡單HTML5期末考核大作業(yè),學生個人html靜態(tài)網(wǎng)頁制作代碼:精彩專欄推薦 文末獲取聯(lián)系 ?? 作者簡介: 一個熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術博主 作者主頁: 【主頁—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設項目精品實戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 Echarts大屏展示大數(shù)據(jù)平臺可視化(150套) 】 HTML+CSS+JS實例代碼: 【 ?HTML+CSS+JS實例代碼 (炫酷特效網(wǎng)頁代碼) 繼續(xù)更新中...】 免費且實用的WEB前端學習指南: 【 web前端零基礎到高級學習視頻教程 120G干貨分享】 關于作者: 歷任研發(fā)工程師,技術組長,教學總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對于技術的探索和追求從未停歇。 堅持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進行運行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級頁面; (2) css文件包含:css全部頁面樣式,文字滾動, 圖片放大等; (3) js文件包含:js實現(xiàn)動態(tài)輪播特效, 表單提交, 點擊事件等等(個別網(wǎng)頁中運用到js代碼)。<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>寵物之家</title> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="web"> <div class="top"> <img src="img/img1.jpg" /> </div> <div id="nav"> <ul> <li><a href="index.html">首頁</a></li> <li><a href="about.html">關于寵物</a></li> <li><a href="chongwu.html">寵物貓狗</a></li> <li><a href="news.html">寵物新聞</a></li> <li><a href="goumai.html">寵物購買</a></li> <li><a href="lingshi.html">寵物零食</a></li> <li><a href="zhuce.html">會員注冊</a></li> </ul> </div> <div class="main"> <div class="title"><strong>萌寵欣賞</strong></div> <div class="ibox1"> <ul> <li> <img src="img/img2.jpg" /> <h1>英短</h1> </li> <li> <img src="img/img3.jpg" /> <h1>混血布偶</h1> </li> <li> <img src="img/img4.jpg" /> <h1>英短乳色藍貓</h1> </li> <li> <img src="img/img5.jpg" /> <h1>英短(1個月)</h1> </li> </ul> </div> <div class="title"><strong>關于我們</strong></div> <div class="ibox2"> <img src="img/img6.jpg" /> <p>寵物之家是一家寵物綜合服務平臺,擁有寵物之家商城(線上電商)、寵物之家寵物服務與新零售(線下)、寵物社交(涵蓋寵物社區(qū)、寵物百科等)三大業(yè)務板塊。寵物之家不但涵蓋了犬貓與水族等其它小寵商品適用的品牌干糧、濕糧、零食、香波、服飾籠窩等萬種商品,解決寵物“吃穿用度”問題,同時寵物之家還與全國近萬家寵物店、寵物醫(yī)院合作開展寄養(yǎng)、美容、絕育、醫(yī)療等服務,解決寵物“生老病死”問題。寵物之家已經(jīng)構建了一個將線上與線下業(yè)務聯(lián)合起來的一個生態(tài)閉環(huán)。 </p> <p>自2019年1月上線以來,一直秉承以專業(yè)的經(jīng)驗、周到的服務和強大的網(wǎng)絡優(yōu)勢為養(yǎng)寵愛寵人士提供線上線下的一站式服務,以全新的養(yǎng)寵理念,打造“電子商務+服務與新零售+社交”三位一體的全方位互聯(lián)網(wǎng)平臺。寵物之家擁有寵物之家商城、寵物之家寵物APP、寵物百科等多個專業(yè)服務載體,涵蓋眾多養(yǎng)寵資訊、養(yǎng)寵服務和寵物商品,為千萬用戶提供寵物寄養(yǎng)、美容、醫(yī)療等服務。寵物之家也是國內(nèi)首個雙十一(2019年)日銷量突破1.6億元的電商平臺。 </p> </div> </div> <div class="foot">Copyright @ 2020-2029 寵物之家 ALL Rights</div> </div> </body></html>
body { margin: 0 auto; font-size: 16px; font-family: "微軟雅黑"; line-height: 22px;}div,p,input,ul,li,h1,h2,h3 { height: auto; margin: 0; padding: 0; vertical-align: middle; list-style: none;}a { color: #131313; text-decoration: none;}.web{ width: 1024px; height: auto; overflow: hidden; margin: 0 auto;}.top{ height: 522px;}#nav{ height: 45px; width: 100%; background: #313131;}#nav ul{ padding: 0px;}#nav ul li{ float: left; margin: 0px 43px;}#nav ul li a{ line-height: 45px; font-size: 16px; color: #ffffff;}.main{ height: auto; overflow: hidden;}.title{ width: 200px; height: 50px; border-bottom: #e9421a 3px solid; line-height: 50px; margin: 0 auto; font-size: 16px; margin-top: 20px; margin-bottom: 20px; text-align: center;}.ibox1{ height: 335px;}.ibox1 ul{ padding: 0px;}.ibox1 ul li{ float: left; width: 242px; margin: 0px 7px;}.ibox1 ul li h1{ height: 45px; line-height: 45px; font-weight: normal; text-align: center; font-size: 14px;}.ibox2{ height: 270px;}.ibox2 img{ float: left; margin-right: 20px;}.ibox2 p{ line-height: 30px; text-indent: 2em; font-size: 14px;}.foot{ height: 50px; line-height: 50px; background: #cccccc; text-align: center; font-size: 14px;}.about{ padding: 20px; }.about p{ line-height: 30px; text-indent: 2em; font-size: 14px;}.about img{ display: block; margin:0 auto; margin-top: 20px; margin-bottom: 20px;}.chongwu { height:auto; overflow:hidden;}.chongwu ul { padding: 0px;}.chongwu ul li { width:300px; float: left; padding:20px;}.chongwu h1{ height: 50px; line-height:50px; text-align:center; font-size:14px; font-weight: bold;}.chongwu p{ color:#171717; font-size:14px; }.news{ padding: 20px; height: auto; overflow: auto; }.news ul{ padding: 0px;}.news ul li{ height: 30px; line-height: 30px; border-bottom: #313131 1px dashed;}.news ul li a{ font-size: 14px;}.news ul li span{ float:right;}.goumai{ padding: 20px; height: auto; overflow: hidden;}.goumaibox{ width: 470px; height: 300px; margin: 10px; float: left; background: #fcddd6;}.goumaibox img{ float: left; margin-right: 15px;}.goumaibox p{ height: 30px; line-height: 30px; font-size:14px;}.lingshi{ padding: 20px; height: auto; overflow: hidden;}.lingshibox{ width: 470px; height: 300px; margin: 10px; float: left; border: #E9421A 1px solid;}.lingshibox p{ line-height:25px; font-size:14px; padding: 20px;}.lingshibox span{ font-size: 20px; font-weight: bold;}.zhuce{ width:400px; height:400px; margin:0 auto; margin-bottom:30px; }.news p{ line-height: 30px; font-size: 14px; text-indent: 2em;}.wtitle{ height: 40px; line-height: 40px; text-align: center; border-bottom: #313131 1px dashed; text-align: center; font-size: 18px; margin-bottom: 20px;}
請 “ 點贊” “??評論” “ 收藏”
一鍵三連哦! 【 關注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學習各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識,互相學習」!關鍵詞:靜態(tài),學生,簡單,考核,作業(yè)
微信公眾號
版權所有? 億企邦 1997-2025 保留一切法律許可權利。