時(shí)間:2023-10-15 19:36:01 | 來源:網(wǎng)站運(yùn)營
時(shí)間:2023-10-15 19:36:01 來源:網(wǎng)站運(yùn)營
學(xué)生HTML個(gè)人網(wǎng)頁作業(yè)作品 HTML+CSS+JavaScript環(huán)保頁面設(shè)計(jì)與實(shí)現(xiàn)制作:精彩專欄推薦 ?? 作者簡介: 一個(gè)熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁: 【主頁—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項(xiàng)目精品實(shí)戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 echarts大屏展示大數(shù)據(jù)平臺可視化(150套) 】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長,教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對于技術(shù)的探索和追求從未停歇。 堅(jiān)持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運(yùn)行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級頁面; (2) css文件包含:css全部頁面樣式,文字滾動, 圖片放大等; (3) js文件包含:js實(shí)現(xiàn)動態(tài)輪播特效, 表單提交, 點(diǎn)擊事件等等(個(gè)別網(wǎng)頁中運(yùn)用到j(luò)s代碼)。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>home</title><link rel="stylesheet" type="text/css" href="css/index.css" ><script src="js/jquery-1.4a2.min.js" type="text/javascript"></script><script src="js/jquery.KinSlideshow-1.2.1.min.js" type="text/javascript"></script><script type="text/javascript">$(function(){ $("#KinSlideshow").KinSlideshow();})</script><style type="text/css">.code{ height:auto; padding:20px; border:1px solid #9EC9FE; background:#ECF3FD;}.code pre{font-size:14px;}.info{ font-size:12px; color:#666666; font-family:Verdana; margin:20px 0 50px 0;}.info p{ margin:0; padding:0; line-height:22px; text-indent:40px;}h2.title{ margin:0; padding:0; margin-top:50px; font-size:18px; }h3.title{ font-size:16px;}.importInfo{ font-family:Verdana; font-size:14px;}</style></head><body background="images/bg.jpg" ><!-- Copyright ?2005. Spidersoft Ltd --><style>A.applink:hover {border: 2px dotted #DCE6F4;padding:2px;background-color:#ffff00;color:green;text-decoration:none}A.applink {border: 2px dotted #DCE6F4;padding:2px;color:#2F5BFF;background:transparent;text-decoration:none}A.info {color:#2F5BFF;background:transparent;text-decoration:none}A.info:hover {color:green;background:transparent;text-decoration:underline}</style><!-- /Copyright ?2005. Spidersoft Ltd --><center><div class="head"><img src="images/logo.jpg" /></div><div class="page"><div class="nav"> <p><a href="index.htm" >首頁</a> <a href="files/changyi.html" >校園環(huán)保倡議書</a> <a href="files/biaozhun.html" >環(huán)境標(biāo)準(zhǔn)</a> <a href="files/tupian.html" >校園環(huán)保圖片</a> <a href="files/liuyan.html" >環(huán)保留言</a></p></div><div class="content"> <div id="KinSlideshow" style="visibility:hidden;"> <a href="#"><img src="images/1.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a> <a href="#"><img src="images/2.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a> <a href="#"><img src="images/3.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a> <a href="#"><img src="images/4.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a> <a href="#"><img src="images/5.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a><a href="#"><img src="images/6.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a><a href="#"><img src="images/7.jpg" alt="保護(hù)環(huán)境就是保護(hù)我們自己。" width="990" height="450" /></a> </div></div></div><div class="foot"><p>版權(quán)所有</p></div></center></body></html>
/* CSS Document */body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}*{margin:0;padding:0;border:0; font-family:"Times New Roman", Times, serif;}body {font-family:"Times New Roman", Times, serif;font-size: 12px;color:#000000;line-height: 20px;text-align:left}ul,li{list-style-type:none;}.head{width:950px; margin:0 auto; text-align:left; height:50px; padding:10px 20px;background:url("../images/head.jpg") no-repeat right; border-bottom:3px solid #1477be;}.page{width:990px; margin:0 auto; background:#FFFFFF;padding-top:5px;}.nav{width:990px; height:26px; background:url("../images/nav_bg.gif") repeat-x; line-height:26px; text-align:center; font-size:14px; font-weight:bold;}.nav a{color:#FFFFFF;}.foot{width:990px; margin:0 auto; padding:20px 0;}.content{width:990px; padding:30px 0;}.about{width:600px; margin:0 auto; text-align:left; padding:30px 0;overflow:hidden;}.about h1{ font-size:16px; font-weight:bold; text-align:center;}.about p{ text-align:left;line-height:26px; text-indent:2em;}.pro{width:800px;margin:0 auto; text-align:left; padding:30px 0;overflow:hidden;}.pro ul li{width:145px; height:180px; display:block; float:left; margin-left:30px; display:inline;}.pro ul li img{width:135px; height:100px; display:block; padding:2px; border:1px solid #333333; text-align:center}.pro ul li p{line-height:22px; text-align:center;}.contact{width:600px; margin:0 auto; text-align:left; padding:30px 0;overflow:hidden;}.contact ul li{line-height:24px; margin-top:16px; }.contact ul li span{vertical-align:middle; padding-right:12px;}.contact ul li .message_in{width:300px; height:22px; border:1px solid #999999;vertical-align:middle;line-height:22px;}.contact ul li .message_te{width:500px; height:90px; border:1px solid #999999;vertical-align:middle;line-height:18px;}.contact ul li .message_btn{width:64px; height:20px; line-height:20px; background:url("../images/btn.gif") no-repeat; color:#FFFFFF; font-weight:bold; cursor:hand;}.new{padding:0 30px;}.new ul li {text-align:left; line-height:34px;}.new ul li a{color:#000000; text-align:left;}
請 “ 點(diǎn)贊” “??評論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識,互相學(xué)習(xí)」!關(guān)鍵詞:設(shè)計(jì),實(shí)現(xiàn),環(huán)保,作業(yè),學(xué)生,作品
客戶&案例
營銷資訊
關(guān)于我們
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。