天天看點

學生HTML個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)

<font color='#16c60c' size='5px'> 🎉精彩專欄推薦👇🏻👇🏻👇🏻 </font>

✍️ 作者簡介: 一個熱愛把邏輯思維轉變為代碼的技術部落客

💂 作者首頁: 【首頁——🚀擷取更多優質源碼】

🎓 web前端期末大作業: 【📚畢設項目精品實戰案例 (1000套) 】

🧡 程式員有趣的告白方式:【💌HTML七夕情人節表白網頁制作 (110套) 】

🌎超炫酷的Echarts大屏可視化源碼:【🔰 echarts大屏展示大資料平台可視化(150套) 】

🎁 免費且實用的WEB前端學習指南: 【📂web前端零基礎到進階學習視訊教程 120G幹貨分享】

🥇 關于作者: 曆任研發工程師,技術組長,教學總監;曾于2016年、2020年兩度榮獲CSDN年度十大部落格之星。 十載寒冰,難涼熱血;多年過去,曆經變遷,物是人非。 然而,對于技術的探索和追求從未停歇。 💪堅持原創,熱衷分享,初心未改,繼往開來!

<hr>

(📂文章目錄)

<hr>

一、👨‍🎓網站題目

🧑個人網頁設計、🙋‍♂️個人履歷制作、👨‍💼簡單靜态HTML個人網頁作品、👨‍🏭個人介紹網站模闆 、等網站的設計與制作。

<hr>

二、✍️網站描述

⭐個人網頁設計網站模闆采用DIV CSS布局制作,網頁作品有多個頁面,如 :個人介紹(文字頁面)、我的作品(圖檔清單)、個人技能(圖文頁面)、線上留言(表單頁面)CSS樣式方面網頁整體采用左右布局結構,制作了網頁背景圖檔,導航區域每個導航背景色不同,導航背景色與頁面背景呼應。

🏅 一套A+的網頁應該包含 (具體可根據個人要求而定)

  1. 頁面分為頁頭、菜單導航欄(最好可下拉)、中間内容闆塊、頁腳四大部分。
  2. 所有頁面互相超連結,可到三級頁面,有5-10個頁面組成。
  3. 頁面樣式風格統一布局顯示正常,不錯亂,使用Div+Css技術。
  4. 菜單美觀、醒目,二級菜單可正常彈出與跳轉。
  5. 要有JS特效,如定時切換和手動切換圖檔輪播。
  6. 頁面中有多媒體元素,如gif、視訊、音樂,表單技術的使用。。
  7. 頁面清爽、美觀、大方,不雷同。 。
  8. 不僅要能夠把使用者要求的内容呈現出來,還要滿足布局良好、界面美觀、配色優雅、表現形式多樣等要求。

    <hr>

三、📚網站介紹

📔網站布局方面:計劃采用目前主流的、能相容各大主流浏覽器、顯示效果穩定的浮動網頁布局結構。

📓網站程式方面:計劃采用最新的網頁程式設計語言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個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)
學生HTML個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)
學生HTML個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)
學生HTML個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)
學生HTML個人網頁作業作品 基于HTML+CSS+JavaScript明星個人首頁(15頁)

<hr>

五、🔧 網站代碼

🧱HTML結構代碼

<!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>TFBOYS</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
  <div id="templaetmo_header">
    <div id="header_logo_area">
      <div id="header_logo"> TFBOYS</div>
      <div class=" cleaner"></div>
      <div id="header_slogan"></div>
    </div>
    <div class="cleaner"></div>
    <div id="menu">
      <ul>
        <li><a rel="nofollow" href="index.html">首頁</a></li>
        <li><a rel="nofollow" href="bljs.html">TFBOYS</a></li>
        <li><a rel="nofollow" href="blmyj.html">TFBOYS曆程</a></li>
        <li><a rel="nofollow" href="xinshang.html">TFBOYS欣賞</a></li>
      </ul>
    </div>
  </div>
  <!-- end of header -->
  <div class="cleaner"></div>
  
  <div class="dm"> 
  <!-- 代碼 開始 -->
  <div id="yc-mod-slider">
    <div class="wrapper">
      <div id="slideshow" class="box_skitter fn-clear">
        <ul>
          <li> <img class="cubeRandom" src="images/dm1.jpg" /></li>
          <li> <img   class="cubeRandom" src="images/dm2.jpg" /></li>
          <li> <img   class="cubeRandom" src="images/dm3.jpg" /></li>
        </ul>
      </div>
      <script type="text/javascript" src="js/slideshow.js"></script> 
    </div>
  </div>
  <!-- 代碼 結束 -->
  
  <div class=" clear"></div>
</div>

  <div class="cleaner"></div>
  
  
  <div id="content_area">
    <div class="templaetmo_3_col">
      <div class="title_left">
        歡迎光臨--TFBOYS
      </div>
      <div class="cleaner"></div>
      <p>TFBOYS是由北京時代峰峻文化藝術發展有限公司于2013年8月6日推出的中國男子演唱組合,由王俊凱、王源、易烊千玺三位成員組成。</p>
      <p>2009年,北京時代峰峻文化藝術發展有限公司發現國内“練習生”市場的空白,成立了TF家族的項目   。2011年初,TF家族正式開始招募練習生,王俊凱通過首批甄選進入該公司成為練習生,随後在練習期間參與發行了EP《我不要改變》,翻唱了《囚鳥》、《我要快樂》等歌曲。2012年初,王源進入該公司,與王俊凱合作演唱了歌曲《一個像夏天一個像秋天》、合作翻唱《當愛已成往事》、《洋蔥》等歌曲,受到了關注 ;同年,時代峰峻決定打造一個組合。但由于王俊凱、王源的專長不是舞蹈,是以公司選擇了易烊千玺加入,組成一個三人互補的組合 。</p>
      <p>2013年8月,TFBOYS釋出組合形象宣傳片《十年》,正式出道 ;10月,發行首張EP《Heart夢·出發》 。2014年3月,發行單曲《魔法城堡》;4月,獲得第二屆音悅V榜年度盛典的音悅直播人氣歌手、内地最具人氣歌手兩個獎項  ;9月,受邀擔任央視公益節目《開學第一課》的表演嘉賓 ;10月,推出迷你專輯《青春修煉手冊》 。2015年3月,發行單曲《寵愛》 ;12月,在全亞洲地區發行迷你專輯《大夢想家》。</p>
      <p></p>
    </div>
    <div class="templaetmo_3_col 3_col_middle">
      <a rel="nofollow" href="xinshang.html">TFBOYS欣賞</a>
      <div class="gallery">
        <ul>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_1.jpg" /></a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_2.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_3.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_4.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_5.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_6.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_7.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_8.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_9.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_10.jpg" /></a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_11.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_12.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_13.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_14.jpg" /> </a></li>
          <li><a rel="nofollow" href="#"> <img src="images/thumb_15.jpg" /> </a></li>
        </ul>
        <div class="cleaner"></div>
      </div>
      <div class="cleaner"></div>
    </div>
    <div class="templaetmo_3_col">
      <a rel="nofollow" href="syjs.html">TFBOYS曆程</a>
      <img src="images/img_2.jpg" alt="Inside Building" />
      <p> 2013年8月6日,TFBOYS(The Fighting BOYS)在網絡釋出組合形象宣傳片《十年》,正式出道  ;24日,釋出單曲《Heart》的MV;10月4日,在重慶日月光廣場舉辦首張EP《Heart夢·出發》的首唱會  ;18日,發行首張EP《Heart夢·出發》,該專輯共收錄了三首歌曲 ;11月,出演TF家族綜藝節目《源文在哪》、《TF少年GO》。</p>
      <p> 2014年2月14日,由王源、王俊凱主演的TF家族自制網絡劇《男生學院自習室》上線首播,成員易烊千玺因學業缺席第一季,于第二季加盟主演,三人分别飾演馬思遠、Karry和千智赫  ;3月13日,發行單曲《魔法城堡》,該歌曲是一首清新治愈系的歌曲 ;4月15日,受邀出席第二屆音悅V榜年度盛典,獲得了音悅直播人氣歌手、内地最具人氣歌手兩個獎項  ;5月31日,參加錄制的湖南衛視綜藝節目《快樂大學營》播出,這是TFBOYS出道後首次參與電視節目的錄制  ;</p>
      <div class="cleaner"></div>
      <a rel="nofollow" href="#.html">迷妹登入</a><a rel="nofollow" class="fr" href="zhuce.html">注冊點我</a>
      <div class="">
        <div class="login" >
          <div class="login_info">使用者名:
            <input class="login__input" />
          </div>
          <div class="login_info">密碼:
            <input class="login__input"  />
          </div>
          <div class="login_subout">
            <div class="login_sub" ><a rel="nofollow" href="#">登入</a></div>
            <div class="login_sub" ><a rel="nofollow" href="#">重置</a></div>
          </div>
        </div>
      </div>
      <div class="cleaner"></div>
    </div>
    <div class="cleaner"></div>
  </div>
  <!-- End Of Content area-->
  <div id="footer"> Copyright © TFBOYS All rights reserved</div>
</div>
<!-- End Of Container -->
</body>
</html>



           

💒CSS樣式代碼

html {
	background: #000;;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(../images/bj.jpg) center top no-repeat #000;
}

a:link, a:visited {	color: #87430c; text-decoration: none; }
a:active, a:hover {
	color: #999;
}

p {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #333;
	text-align: justify; line-height:22px;
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 25px;
	color: #333;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #111;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #111;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#container {
	width: 960px; padding:20px;
	margin: auto; background-color:rgba(255,255,255,0.8);
}

#templaetmo_header {
	width:960px;
	height:260px;
	margin: 0;
	padding: 0; background:url(../images/header.jpg) top center no-repeat;
}

#header_logo_area {
	width:580px;
	height: 75px;
	margin: 0px 0 0 70px; padding-top:50px;
}

#header_logo{
	float: left;
	color: #fff;
	font-size: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 5px 0;
}

#header_slogan {
	float: right;
	font-family: "Brush Script MT", Arial;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin:50px;
	outline-color: #000;
}

/* menu */

#menu {
	float: left;
	width: 960px;
	height:50px;
	background: url(../images/menu_bg.jpg);
	padding:10px;
	margin: 0 0 25px 0;
}

#menu ul {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 960px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	padding:15px;
	height: 50px;
	text-align: center;
	text-align: center;
	text-decoration: none;
	color: #ddd;
	font-family: "Brush Script MT", Arial;
	font-size:24px;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color:#000;
}

#menu li .last {
	background: none;
}

/* end of menu*/

#content_area {
	width: 960px;
	border-bottom: 1px dotted #b0b0b0;
}










.title_left {
	float: left;	
	width:100%;
	height: 46px; border-bottom:2px solid #960;
}

.title_right {
	float: right;	
	width: 165px;
	height: 40px;
	color: #d89300;
	font-family: Tahoma;
	font-size:28px;
	margin: 0;
	padding: 6px 0 0 0;
}

.title_left  h1 {
	float: left;
	display: block;
	font-family: Tahoma;
	font-size: 25px;
	color: #e17638;
	font-weight: normal;
	margin: 0 0 2px 0;
}

.title_left  h3 {
	font-family: Tahoma;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	display: block;
	float: right;
}

.templaetmo_3_col {
	float: left;
	width: 290px;
	padding: 10px 5px;
}

.templaetmo_3_col img {
	border: 5px solid #7b4d23;
	margin: 0 0 15px 0;
	
}
.3_col_middle {
	margin: 0 30px;
	width: 271px;
	background: url(../images/mid_col_bg.jpg) repeat-x #151515;
	border: 3px solid #363636;
	padding: 10px;
}

.templaetmo_3_col .gallery img{
	border: 5px solid #fff;
}
.templaetmo_3_col .gallery img:hover{
border:5px solid #aaa;
}

.gallery ul{ margin-left:-40px;}
.gallery li{ float:left; margin:5px; list-style-type:none;}
.gallery li img{ width:75px; height:75px;}



.xinshang{ width:960px; margin-top:20px;}
.xinshang ul{ margin-left:-40px;}
.xinshang li{ width:170px; height:120px; float:left; margin:5px; list-style-type:none; border:5px solid #aaa;}
.xinshang li:hover{ border:5px solid #fff;}
.xinshang li img{ width:170px; height:120px;}


.left_main{ width:630px; padding:10px; height:auto; float:left;}
.left_main p{ font-size:14px; line-height:22px; color:#333; text-indent:2em;}

.youji_main{ width:920px; padding:10px; height:auto; float:left;}
.youji_main p{ font-size:14px; line-height:22px; color:#333; text-indent:2em;}

.fl{ float:left;}
.fr{ float:right;}

.3_col_middle img {
	float: left;
	border: none;
}

.3_col_middle img.img_middle {
	margin: 0 8px;
}

.more{
	float: right;
	color: #777;
	font-size: 11px;
	margin: 0 10px 0px 0;
}

.more a{
	text-decoration: none;
	color: #777;
}

.more a:hover{
	text-decoration: underline;
}


.more_2{
	float: left;
	color: #b0b0b0;
	font-size: 10px;
	margin: 0 10px 10px 0;
	background: url(../images/more.png) no-repeat ;
	padding: 0 0 0 10px ;
	background-position: 0 7px;
}

.more_2 a{
	text-decoration: none;
	color: #777;
}

.more_2 a:hover, .more_2:hover{
	text-decoration: underline;
}

#footer {
	width: 100%;
	color: #555;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.templaetmo_list {
	list-style: none;
	padding: 0 0 0 25px;
}

.templaetmo_list li {
	color: #777777;
	font-family: Tahoma;
	font-size: 11px;
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0 ;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}


/* -------------------zhuce login css -------------------------------*/
.login{width:300px; height:auto; float:left; padding:10px; font-size:16px; border-top:2px solid #963; }
.login_info{width:280px; height:30px; margin:5px auto;}
.login_info input{width:180px; height:20px; float:right;}
.login_subout{width:220px; height:30px; margin:5px auto; }
.login_sub{ width:60px; height:20px;margin:5px; margin-left:30px; color:#111; padding:2px; float:left; text-align:center; border:2px solid #555; background-color:#ddd;}
.login_sub:hover{background-color:#fff; }
.login_sub a{font-size:16px; line-height:20px;  color:#111; }
.login_sub a:hover{color:#800; text-decoration:none;}



/* -------------------zhuce login css -------------------------------*/
.zhuce{width:600px; height:auto; float:left; padding:10px; font-size:16px; border-top:2px solid #963; }
.zhuce_info{width:580px; height:30px; margin:5px auto;}
.zhuce_info input{width:450px; height:20px; float:right;}
.zhuce_text{width:450px; height:150px;float:right;}
.subout{width:520px; height:30px; margin:15px auto; margin-left:200px;}
.sub{ width:60px; height:20px;margin:5px; margin-left:30px; color:#111; padding:2px; float:left; text-align:center; border:2px solid #555; background-color:#ddd;}
.sub:hover{background-color:#fff; }
.sub a{font-size:16px; line-height:20px;  color:#111; }
.sub a:hover{color:#800; text-decoration:none;}



/* -------------------index lunbo css -------------------------------*/
.dm{ width:950px; height:280px; margin:auto; overflow:hidden;}
.fn-clear { zoom: 1; }
.box_skitter { position: relative; background: none; }
.box_skitter ul { display: none; }
.box_skitter .container_skitter { overflow: hidden; position: relative; }
.box_skitter .image { overflow: hidden; }
.box_skitter .image img { display: none; }
.box_skitter .box_clone { position: absolute; top: 0; left: 0; width: 100px; overflow: hidden; display: none; z-index: 20; }
.box_skitter .box_clone img { position: absolute; top: 0; left: 0; z-index: 20; }
.box_skitter .prev_button { position: absolute; top:30%; left:30px; z-index: 100; width:69px; height:124px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(../images/prev.png) no-repeat left top !important; }
.box_skitter .next_button { position: absolute; top:30%; right:50px; z-index: 100; width:69px; height:124px;  overflow: hidden; text-indent: -9999em; margin-top: -25px; background: url(../images/next.png) no-repeat left top !important; }
.box_skitter .label_skitter { z-index: 150; position: absolute; display: none; }
.loading { position: absolute; top: 50%; right: 50%; z-index: 10000; margin: -16px -16px; color: #fff; text-indent: -9999em; overflow: hidden; background: url(../images/ajax-loader.gif) no-repeat left top; width: 31px; height: 31px; }
#slideshow { width: 950px; height: 280px; }
#slideshow ul { display: none; }




           

<hr>

六、🥇 如何讓學習不再盲目

很多剛入門程式設計的小白學習了基礎文法,卻不知道文法的用途,不知道如何加深映像,不知道如何提升自己,這個時候每天刷自主刷一些題就非常重要(百煉成神),可以去牛客網上的程式設計初學者入門訓練。該專題為程式設計入門級别,适合剛學完文法的小白練習,題目涉及程式設計基礎文法,基本結構等,每道題帶有練習模式和考試模式,可還原考試模式進行模拟,也可通過練習模式進行練習 。

<hr>

七、🎁更多幹貨