時(shí)間:2023-10-16 15:42:01 | 來源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-10-16 15:42:01 來源:網(wǎng)站運(yùn)營(yíng)
一個(gè)簡(jiǎn)單的網(wǎng)頁(yè)制作期末作業(yè),學(xué)生個(gè)人html靜態(tài)網(wǎng)頁(yè)制作成品代碼:精彩專欄推薦 文末獲取聯(lián)系 ?? 作者簡(jiǎn)介: 一個(gè)熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁(yè): 【主頁(yè)—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項(xiàng)目精品實(shí)戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁(yè)制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 echarts大屏展示大數(shù)據(jù)平臺(tái)可視化(150套) 】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級(jí)學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長(zhǎng),教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對(duì)于技術(shù)的探索和追求從未停歇。 堅(jiān)持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運(yùn)行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁(yè)、其他html為二級(jí)頁(yè)面; (2) css文件包含:css全部頁(yè)面樣式,文字滾動(dòng), 圖片放大等; (3) js文件包含:js實(shí)現(xiàn)動(dòng)態(tài)輪播特效, 表單提交, 點(diǎn)擊事件等等(個(gè)別網(wǎng)頁(yè)中運(yùn)用到j(luò)s代碼)。<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>中國(guó)女足</title> <link rel="stylesheet" type="text/css" href="css/style.css"/> </head> <style> .wrap1{height:30px;overflow: hidden;position: absolute;top:30;left: 100;width: 100%} .content1 p{margin:0;height: 30px;width: 100%} .content1 p{ position: absolute; } @-webkit-keyframes anim1{ 0% {top: 30px;opacity: 1} 50% {top: -30px;opacity: 1} 75% {top: -30px ;opacity: 0} 100%{top:30px;opacity: 0} } @-webkit-keyframes anim2{ 0% {top: -30px;opacity: 0} 25% {top: 30px;opacity: 0} 50% {top: 30px;opacity: 1} 100%{top: -30px;opacity: 1} } .content1 p:nth-child(1){ -webkit-animation: anim1 3s linear infinite; } .content1 p:nth-child(2){ -webkit-animation: anim2 3s linear infinite; } .hh{ height: 100px; padding-top: 30px; } .hh1{ width: 100%; height: 500px; } </style> <body> <div class="header"> <div class="top"> <div class="logo"><img src="images/logo.png"></div> <div class="bgt"><img src="images/bg1.jpg"></div> </div> <div class="nav"> <a href="index.html">首頁(yè)</a> <img src="images/icon1.gif"> <a href="lishi.html">隊(duì)伍歷史</a> <img src="images/icon1.gif"> <a href="rongyu.html">大賽榮譽(yù)</a> <img src="images/icon1.gif"> <a href="qiuyuan.html">現(xiàn)役球員</a> <img src="images/icon1.gif"> <a href="zhushuai.html">歷任主帥</a> <img src="images/icon1.gif"> <a href="jingcai.html">賽場(chǎng)精彩瞬間</a> <img src="images/icon1.gif"> <a href="liuyan.html">用戶留言</a> </div> </div> <div class="content"> <div class="banner"><img src="images/banner.jpg"></div> <div class="title"> <h3>球隊(duì)介紹</h3> </div> <div class="nz"> <div class="nz_l"><img src="images/z.jpg"></div> <div class="nz_r"> <p>中國(guó)國(guó)家女子足球隊(duì)建立于1984年,由中國(guó)足球協(xié)會(huì)管理。首任主教練為叢者余,現(xiàn)任主教練水慶霞 ,現(xiàn)任隊(duì)長(zhǎng)王珊珊。</p> <p>女足于1986年首次參加亞洲杯就獲得冠軍,自此開創(chuàng)1986、1989、1991、1993、1995、1997、1999年女足亞洲杯七連冠,15次參與亞洲杯共獲得冠軍9次,亞軍2次,季軍3次。參加亞運(yùn)會(huì)8次獲得冠軍3次、亞軍2次、季軍1次,1990、1994和1998年亞運(yùn)會(huì)女足獲三連冠。參賽女足世界杯8次,獲得亞軍1次,進(jìn)入四強(qiáng)1次(不含前述亞軍)。闖入奧運(yùn)會(huì)5次,其中在1996年美國(guó)亞特蘭大奧運(yùn)會(huì)上1-2惜敗美國(guó)獲得亞軍,為中國(guó)女足迄今為止在奧運(yùn)會(huì)上取得的最好成績(jī)。</p> <p>2022年2月6日,中國(guó)女足在2022印度女足亞洲杯決賽中3-2擊敗韓國(guó)隊(duì),時(shí)隔16年再奪女足亞洲杯冠軍。</p> </div> </div> <div class="title"> <h3>賽場(chǎng)精彩瞬間</h3><a href="jingcai.html">More+</a> </div> <div id=demo style="overflow:hidden;width:980px;color:#ffffff; margin:6px auto;"> <table border=0 align=left cellpadding=0 cellspacing="0" cellspace=0> <tr> <td valign=top id=demo1><table width="1000" border="0" cellspacing="5" cellpadding="0"> <tr> <td><a href="jingcai.html"><img src="images/1.jpg" height="320" border="0" style="margin-left:10px;"></a></td> <td><a href="jingcai.html"><img src="images/2.jpg" height="320" border="0" style="margin-left:10px;"></a></td> <td><a href="jingcai.html"><img src="images/3.jpg" height="320" border="0" style="margin-left:10px;"></a></td> </tr> </table></td> <td id=demo2 valign=top></td> </tr> </table> </div> <div class="hh"> <div class="title"> <h3>新聞</h3><a href="jingcai.html">More+</a> </div> <div class="wrap1"> <div class="content1"> <p>1986年首次參加亞洲杯就獲得冠軍</p> <p>中國(guó)女足在2022印度女足亞洲杯決賽中3-2擊敗韓國(guó)隊(duì)</p> </div> </div> </div> <div class="hh1"> <div class="title"> <h3>視頻</h3><a href="jingcai.html">More+</a> </div> <video src="./images/2022.06.05-12.37.07.mp4 " controls style="width: 100%; "></video> </div> <div style="height: 100px;"> <div class="title"> <h3>音樂</h3><a href="jingcai.html">More+</a> </div> <video src="./images/愛朵女孩 - 足球?qū)氊?mp3" controls width="100%" height="50px" style="margin-top: 20px;"></video> </div> <script> var speed=30 demo2.innerHTML=demo1.innerHTML function Marquee(){ if(demo2.offsetWidth-demo.scrollLeft<=0) demo.scrollLeft-=demo1.offsetWidth else{ demo.scrollLeft++ } } var MyMar=setInterval(Marquee,speed) demo.onmouseover=function() {clearInterval(MyMar)} demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)} </script> </div> <div class="foot">Copyright ? 2022. All Rights Reserved.中國(guó)女足 版權(quán)所有</div> </body></html>
* { margin: 0px; padding: 0px; list-style: none;}body{ background: url(../image/bg.png) no-repeat; background-size: cover;}#nav { position: relative; width: 1100px; margin: 0 auto; line-height: 60px; height: 60px; background: #bdc3c7; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}#nav img { height: 60px;}#nav_title_nav { position: absolute; right: 0px; top: 0px;}#nav_title_nav a { text-decoration: none; color: #fff; margin-left: 20px; margin-right: 20px;}#nav_title_nav a:hover { text-decoration: none; color: #2c3e50; font-weight: bold;}#banner { width: 1100px; margin: 0 auto; font-size: 0px;}h1{ text-align: center; line-height: 100px; color: #fff;}#banner img { width: 1100px;}#lanqiu_people{ width: 1100px; background-color: rgba(59, 59, 59, 0.914); margin: 0 auto; padding-top: 40px; padding-bottom: 40px;}#lanqiu_people_text{ width: 850px; margin: 0 auto;}#lanqiu_people_text p{ line-height: 30px; text-indent: 32px; color: #c1c1c1;}#lmain_people{ width: 1100px; margin: 0 auto;font-size: 0px;}#people{ display: inline-block; margin-left: 10px; margin-right: 10px;}#people p{ font-size: 16px; color: #fff; text-align: center; line-height: 50px; }#people img{ width: 200px; height: 200px; border-radius: 50%;}#footer{ width: 1100px; margin: 0 auto; height: 60px; line-height: 60px; background-color: #1e252d; font-size: 12px; color: #ccc; text-align: center;}
請(qǐng) “ 點(diǎn)贊” “??評(píng)論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識(shí),互相學(xué)習(xí)」!關(guān)鍵詞:靜態(tài),作成,簡(jiǎn)單,作業(yè),學(xué)生
客戶&案例
營(yíng)銷資訊
關(guān)于我們
客戶&案例
營(yíng)銷資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。