時(shí)間:2023-05-19 16:42:02 | 來源:網(wǎng)站運(yùn)營
時(shí)間:2023-05-19 16:42:02 來源:網(wǎng)站運(yùn)營
學(xué)生HTML個(gè)人網(wǎng)頁作業(yè)作品:基于HTML實(shí)現(xiàn)教育培訓(xùn)機(jī)構(gòu)網(wǎng)站模板畢業(yè)源碼(8頁):精彩專欄推薦 文末獲取聯(liá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ù)平臺(tái)可視化(150套) 】 HTML+CSS+JS實(shí)例代碼: 【 ?HTML+CSS+JS實(shí)例代碼 (炫酷特效網(wǎng)頁代碼) 繼續(xù)更新中...】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級(jí)學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長,教學(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是首頁、其他html為二級(jí)頁面; (2) css文件包含:css全部頁面樣式,文字滾動(dòng), 圖片放大等; (3) js文件包含:js實(shí)現(xiàn)動(dòng)態(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>唯爾教育-首頁</title><link href="css/main.css" rel="stylesheet" type="text/css"/><link href="css/style.css" rel="stylesheet" type="text/css"/><link href="css/lanrenzhijia.css" type="text/css" rel="stylesheet" /><link href="css/initializtion.css" rel="stylesheet" type="text/css"/><script type="text/javascript" src="js/indexjs.js"></script><script type="text/javascript" src="js/jquery-1.4.4.js"></script><script src="js/jquery-1.5.1.min.js"></script><script src="js/lanrenzhijia.js"></script><script> $(function(){ var $window = $(window), window_width = $window.width(); $('#js_banner, #js_banner_img li').width(window_width); var urlParam = G.util.parse.url(), startFrame = 0; if (urlParam.search && ('banner' in urlParam.search)) { startFrame = (parseInt(urlParam.search['banner'])-1) || 0; } new $.Tab({/*添加圓點(diǎn)按鈕*/ target: $('#js_banner_img li'), effect: 'slide3d', animateTime: 1000, stay: 5000, playTo: startFrame, autoPlay: true, merge: true }); $('#js_banner_img').css('left','-' + (window_width * startFrame) + 'px'); })</script></head><body><div class="header" > <div class="header_all"> <div class="header_logo" ><a href="index.html"><img src="images/logo.png"/></a></div> <div class="header_div"> <ul class="header_ul"> <li class="header_li"><a class="logoa" href="production.html">學(xué)院介紹</a></li> <li class="header_li"><a class="logoa" href="teachers.html">教師風(fēng)采</li> <li class="header_li"><a class="logoa" href="coursesOne.html">課程介紹</li> <li class="header_li"><a class="logoa" href="index.html#read">推薦閱讀</a></li> <li class="header_li"><a class="logoa" href="add.html">加入我們</a></li> <li class="header_li"><input id="texts" type="text" onclick="cleartext('texts')" style="height:27px;width:190px; color:#ccc; font-family:'微軟雅黑'; font-size:18px;" value="搜索教室或課程" /><input type="image" src="images/search.png" style=" border:1px solid #CCC; width:25px; margin-left:-30px; margin-top:0px; margin-bottom:-6px; border-bottom:none; border-top:none; border-right:none;" /></li> </ul> </div> </div> </div> <!--green--> <div class="header_bom"><div id="js_banner" class="banner"> <ul id="js_banner_img" class="banner_img clear"> <li class="bgli01"> <div class="banner_inner"> <div class="child child1" ><img style=" width:1920px;" src="images/banner.jpg" /></div><!-- data-z="2"與data-z="3"表示兩個(gè)圖層進(jìn)退場(chǎng)的順序有區(qū)別 --> </div> </li> <li class="bgli02"> <div class="banner_inner"> <div class="child child1"><img src="images/banner.jpg" /></div> </div> </li> <li class="bgli03"> <div class="banner_inner"> <div class="child child1"><img src="images/banner.jpg" /></div> </div> </li> </ul></div> </div> <!----> <div class="center"> <div class="center_all"> <div class="center_video"><embed src="http://player.youku.com/player.php/sid/14567794/v.swf" width="650" height="430" autostart="true"></embed></div> <div class="center_right"> <div class="center_right_dh" id="rightdh" onmouseover="centerdhdiv()" onmouseout="centerdhdivout()"> <div id="righttit"> <h1 style="font-family:'微軟雅黑'; font-weight:500;">四六級(jí)閱讀</h1> <h2>高分攻略</h2> <div class="center_right_dh_but"><a href="#">立即查看</a></div> </div> <div id="dhrighttit" class="center_right_dh_two" style="display:none"> <h2 style="font-family:'微軟雅黑'; font-weight:100; margin-left:-160px;" >四六級(jí)閱讀</h2> <h3>高分攻略</h3> <p>大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)雙學(xué)位,英美文學(xué)碩士,英國阿伯丁大學(xué)訪問學(xué)者,英語專業(yè)八級(jí),英語...大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)訪問學(xué)</p> <div class="center_right_dh_two_but"><a href="#">立即查看</a></div> </div> </div> </div><br /> <div class="center_left_bom"> <div class="center_left_bom_div" id="bomdiv" onmouseover="bomdivOver()" > <h2 style="font-weight:500; color:#444;">課程介紹</h2> <h3 style="font-size:27px;font-weight:500;">精確細(xì)節(jié)</h3> <div class="center_left_bom_div_but"><a href="#center_title">立即查看</a></div> </div> <div class="center_left_bom_show" id="bomshowimg"> </div> </div> <a href="production.html"> <div class="center_cen_bom"> <div class="cen_bom_div"> <h1 style="font-weight:100; margin-left:24px;margin-top:20px; font-family:'微軟雅黑'; letter-spacing:4px; font-size:31px;" >學(xué)院特色</h1> <p class="pone">唯爾的特色和優(yōu)勢(shì):<br />真正注重學(xué)術(shù)和學(xué)生的最優(yōu)秀的老師</p> <p class="ptwo">新疆雅思,托福培訓(xùn)史上首個(gè)滿分組合,留美,訪英學(xué)者鼎力分享</p> </div> </div></a> <a href="#read"><div class="center_cen_right_one" id="ccro" > <div class="center_cen_right_one_div" id="ccros" > <h1 style="font-weight:100; margin-left:20px;margin-top:0px; font-family:'微軟雅黑'; letter-spacing:4px; font-size:31px;" >推薦閱讀</h1> </div> </div></a> <div class="center_cen_right_two"> <div class="crt"> <h1 style="font-size:40px; margin-top:5px; font-weight:100;">加入我們</h1> <p style="margin-top:20px;">職場(chǎng):市場(chǎng) 教室 出納前臺(tái)</p> <p style="margin-top:20px;">聯(lián)系電話:15000000000 張歡老師</p> <div class="crt_div"><a href="add.html">立即查看</a></div> </div> </div> </div> </div> <div class="center_tc"> <div class="tc_all"> <a href="teachers.html"><div class="tc_one" id="tcone" ></div></a> <a href="teachers.html#tctwo"><div class="tc_two" id="tctwo" ></div></a> <a href="teachers.html#tcthree"><div class="tc_three" id="tcthree" ></div></a> <a href="teachers.html#tcfour"><div class="tc_four" id="tcfour" ></div></a> <!--文字欄--> <div class="tc_wzOne"> <h1 style="font-weight:100">曾帥</h1> <p>大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)雙學(xué)位,英美文學(xué)碩士,英國阿伯丁大學(xué)訪問學(xué)者,英語專業(yè)八級(jí),英語...</p> </div> <div class="tc_wzTwo"> <h1 style="font-weight:100">Giselle</h1> <p>大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)雙學(xué)位,英美文學(xué)碩士,英國阿伯丁大學(xué)訪問學(xué)者,英語專業(yè)八級(jí),英語...</p> </div> <div class="tc_wzThree"> <h1 style="font-weight:100">Anne</h1> <p>大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)雙學(xué)位,英美文學(xué)碩士,英國阿伯丁大學(xué)訪問學(xué)者,英語專業(yè)八級(jí),英語...</p> </div> <div class="tc_wzFour"> <h1 style="font-weight:100">蔣夏清</h1> <p>大學(xué)講師,十年英語教學(xué)經(jīng)驗(yàn),畢業(yè)于中國地地質(zhì)大學(xué)英語專業(yè),杭州大學(xué)法學(xué)雙學(xué)位,英美文學(xué)碩士,英國阿伯丁大學(xué)訪問學(xué)者,英語專業(yè)八級(jí),英語...</p> </div> <div class="tc_Look"> <a href="teachers.html">查看更多</a> </div> </div> </div> <a name="center_title"></a> <div class="center_cour"> <div class="titles"> <div class="left_img"></div> <div class="center_title" >課程介紹</div> <div class="right_img"></div> </div> <div class="cour_all"> <a href="coursesOne.html"> <div class="cour_left" > <div class="cour_left_div"> <p style="margin-left:20px; margin-top:20px;">5月-7月常規(guī)班設(shè)置:</p> <p style="margin-left:20px; margin-top:10px;">雅思基礎(chǔ)班/雅思強(qiáng)化班/雅思沖刺班</p> </div> </div> </a> <a href="coursesTwo.html"> <div class="cour_cen"> <div class="cour_cen_div"> <p style="margin-left:20px; margin-top:20px;">5月-7月周末班設(shè)置:</p> <p style="margin-left:20px; margin-top:10px;">托?;A(chǔ)班/托福強(qiáng)化班/托福沖刺班</p> </div> </div></body></html>
div{border:0px solid transparent;}*{ margin:0px auto; padding:0px; list-style-type:none; }a{ text-decoration:none; } body{ width:100%; height:auto;}.header{ background-color:#3A5357; width:100%; height:90px; } img{border:none;}.header_all{ margin:0 auto; width:1350px; }.header_logo{ position:absolute; border:0px solid #fff; margin-top:2px; }.header_div{ color:#fff; height:80px; width:810px; font-size:20px; margin-left:540px; font-family:"微軟雅黑"; }.header_li_inp{ height:50px; width:190px; } .header_li{ list-style:none; float:left; padding-top:30px; padding-left:27px;} .logoa{ color:#fff; text-decoration:none; transition:all 0.3s; } .logoa:hover{ color:#529AB0; }.header_bom{ width:100%; height:620px;}.center{ width:100%; height:830px;}.center_tc{ width:100%; height:550px; background:url(../images/banner_18.jpg);}.center_cour{ width:100%; height:610px;}.center_zb{ width:100%; height:460px; background:url(../images/banner_19.jpg);}.center_read{ width:100%; height:890px; background:#fff;}
請(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)鍵詞:機(jī)構(gòu),模板,培訓(xùn),畢業(yè),教育,作業(yè),作品,學(xué)生
客戶&案例
營銷資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。