300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > HTML学生个人网站作业设计 明星易烊千玺介绍(HTML+CSS) web前端开发技术 web课程设

HTML学生个人网站作业设计 明星易烊千玺介绍(HTML+CSS) web前端开发技术 web课程设

时间:2018-06-24 17:27:10

相关推荐

HTML学生个人网站作业设计 明星易烊千玺介绍(HTML+CSS) web前端开发技术 web课程设

📂文章目录

一、👨‍🎓网站题目二、✍️网站描述三、📚网站介绍四、🌐网站演示五、🔧 网站代码🧱HTML结构代码💒CSS样式代码 六、🥇 如何让学习不再盲目七、🎁更多干货💂【获取方式】

一、👨‍🎓网站题目

🧑个人网页设计、🙋‍♂️个人简历制作、👨‍💼简单静态HTML个人网页作品、👨‍🏭个人介绍网站模板 、等网站的设计与制作。

二、✍️网站描述

⭐个人网页设计网站模板采用DIV CSS布局制作,网页作品有多个页面,如 :个人介绍(文字页面)、我的作品(图片列表)、个人技能(图文页面)、在线留言(表单页面)CSS样式方面网页整体采用左右布局结构,制作了网页背景图片,导航区域每个导航背景色不同,导航背景色与页面背景呼应。

🏅 一套A+的网页应该包含 (具体可根据个人要求而定)

页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。所有页面相互超链接,可到三级页面,有5-10个页面组成。页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。菜单美观、醒目,二级菜单可正常弹出与跳转。要有JS特效,如定时切换和手动切换图片轮播。页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。。页面清爽、美观、大方,不雷同。 。不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

三、📚网站介绍

📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

📓网站程序方面:计划采用最新的网页编程语言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结构代码

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>欢迎来到易烊千玺的网站</title><base target="_blank" /><link href="images/web.css" rel="stylesheet" type="text/css"><style type="text/css"><!--.STYLE1 {color: #990000;font-weight: bold;}.STYLE2 {color: #990000}--></style><link href="images/bw.css" type="text/css" rel="stylesheet"><style type="text/css"><!--body {background-image: url(images/bj.gif);}.STYLE3 {font-family: '黑体';font-size: 16px;}--></style><script type="text/JavaScript"><!--function MM_preloadImages() {//v3.0var d=document; if(d.images){if(!d.MM_p) d.MM_p=new Array();var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)if (a[i].indexOf("#")!=0){d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() {//v3.0var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) {//v4.01var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() {//v3.0var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//--></script></head><body><table width="960" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tbody><tr><td width="960" height="150" valign="top" background="images/top.jpg" > </td></tr><tr><td background="images/menu.gif" height="35" width="960"><table border="0" cellpadding="0" cellspacing="0" height="35" width="100%"><tr><td align="center"><a href="index.html" class="link1" target="_self">网站首页</a></td><td align="center"><a href="my_zuopin/zoujinqianxi.html" class="link1" target="_self">走进易烊千玺</a></td><td align="center"><a href="my_zuopin/jiatingbeijing.html" class="link1">家庭背景</a></td><td align="center"><a href="my_zuopin/qianxijieshao.html" class="link1">易烊千玺介绍</a></td><td align="center"><a href="my_zuopin/pengyoupingjia.html" class="link1" target="_self">朋友评价</a></td><td align="center"><a href="my_zuopin/jingcaitupian.html" class="link1" target="_self">精彩图片</a></td><td align="center"><a href="my_zuopin/lianxiwomen.html" class="link1" target="_self">给我留言</a></td><td align="center">&nbsp;</td></tr><tbody></tbody></table></td></tr></tbody></table><table width="960" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr><td><table border="0" cellpadding="0" cellspacing="0" width="246"><tbody><tr><td style="padding-left: 20px; font-size: 16px; font-family: '黑体';" background="images/1645_18.gif" height="30">易烊千玺照片</td></tr><tr><td style="border-right: 1px solid rgb(204, 204, 204); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(204, 204, 204) rgb(204, 204, 204); padding: 7px;" align="center" height="180"><img src="images/left.jpg" width="400" height="293" style="border:none;"></td></tr><tr><td height="10"></td></tr><tr><td style="padding-left: 20px; font-size: 16px; font-family: '黑体';" background="images/1645_18.gif" height="30"><span class="STYLE3">&nbsp;关于千玺</span></td></tr><tr><td style="border-right: 1px solid rgb(204, 204, 204); border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color rgb(204, 204, 204) rgb(204, 204, 204); padding: 6px;" height="150"><table style="font-size: 14px; line-height: 25px;" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline" width="25%">出生日期:</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline" width="75%">2000年11月28日</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">身高:</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">成长中</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">职业</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">歌手、舞者、演员</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">出生地:</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">湖南怀化</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">体重</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">成长中</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">出版专辑:</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">少年的你、长安十二时辰、艳势番、对不起等</td></tr><tr><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline">官方主页:</td><td style="border-bottom: 1px solid rgb(204, 204, 204);" valign="baseline"><a href="/liuxiang" title="/liuxiang" target="_blank" class="link2">就是这个页</a></td></tr></tbody></table></td></tr></tbody></table></td><td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="30" bgcolor="#CCCCCC"><span class="STYLE3">&nbsp;易烊千玺介绍</span></td></tr></table><table style="font-size: 14px; line-height: 35px;" align="center" border="0" cellpadding="0" cellspacing="0" width="515"><tbody><tr><td><p> 易烊千玺,2000年11月28日生于湖南怀化,中国内地男歌手、舞者、演员,TFBOYS成员 [1] 。<br />,首登电视荧屏,开始参演各类综艺节目 [2] 。,加入“飞炫少年”组合,两年后退出 [3] 。6月,获邀加入TF家族 [4] ;同年8月,以TFBOYS形式出道 [5] 。<br />10月,为《小王子》男主角配音,该片刷新法国动画电影在华票房纪录 [6-7] 。</p></td></tr></tbody></table><table width="515" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#CCCCCC"><div align="center"><span class="STYLE3">精彩图片</span></div></td></tr><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><marquee><a href="my_zuopin/lxsy-1.html" target="_blank"><img src="images/z1.jpg" width="120" height="130" border="0" /></a>____<a href="my_zuopin/lxsy-1.html"><img src="images/z4.jpg" width="120" height="130" border="0" /></a>____<a href="my_zuopin/lxsy-1.html"><img src="images/z3.jpg" width="120" height="130" /></a>___<a href="my_zuopin/lxsy-1.html"><img src="images/z2.jpg" width="120" height="130" border="0" /></a></marquee></td></tr><tr><td height="74" colspan="4"><img src="images/z5.jpg" width="538" height="84" /></td></tr></table></td></tr></table></td></tr></table><tbody><tr><tbody><td class="black12a" style="padding: 10px;" height="380" valign="top"><tr><td bgcolor="#cccccc" height="1" valign="top"></td><td bgcolor="#cccccc" height="1"></td><td bgcolor="#cccccc" height="1" valign="top"></td></tr><table align="center" border="0" cellpadding="0" cellspacing="0" width="960"><tbody><tr><td align="center" height="10"></td></tr><tr><td style="font-size: 14px;" align="center" bgcolor="#eeeded" height="70">版权所有:易烊千玺歌迷会</td></tr></tbody></table><bgsound src="music/music.mp3" volume="0" balance="0" loop="21"></body></html>

💒CSS样式代码

body {margin:0px;color:#000000;font-size:12px;line-height:24px;}.black12a {font-family: "宋体";font-size: 12px;font-style: normal;line-height: 22px;font-weight: normal;font-variant: normal;color: #000000;}.black14a {font-family: "宋体";font-size: 14px;font-style: normal;font-weight:bold;font-variant: normal;color: #ffffff;}.black14b {font-family: "宋体";font-size: 14px;font-style: normal;font-weight:bold;font-variant: normal;color: #000000;}.hui14a {font-family: "宋体";font-size: 14px;TEXT-DECORATION: none;font-style: normal;line-height: 22px;font-weight: bold;font-variant: normal;color: #336600;}A.link1:link {COLOR: #ffffff;TEXT-DECORATION: none;font-family:"黑体";font-size:16px;font-style: normal;line-height: normal;}A.link1:active {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "黑体";font-size:16px;font-style: normal;line-height: normal;}A.link1:visited {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "黑体";font-size:16px;font-style: normal;line-height: normal;}A.link1:hover {COLOR: #ffffff;font-family: "黑体";font-size:16px;font-style: normal;text-decoration: underline;}A.link2:link {COLOR: #000000;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height:normal;}A.link2:active {COLOR: #000000;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height:normal;}A.link2:visited {COLOR: #000000;TEXT-DECORATION: blink;font-family: "宋体";font-size: 12px;font-style: normal;line-height:normal;}A.link2:hover {COLOR: #000000;font-family: "宋体";font-size: 12px;font-style: normal;line-height:normal;}A.link3:link {COLOR: #e2e2e2;BACKGROUND-COLOR: #286382;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;text-decoration: none;}A.link3:active {COLOR: #e2e2e2;BACKGROUND-COLOR: #286382;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;text-decoration: none;}A.link3:visited {COLOR: #e2e2e2;BACKGROUND-COLOR: #286382;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;;text-decoration: none;}A.link3:hover {COLOR: #ffff00;BACKGROUND-COLOR: #286382;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;text-decoration: none;}A.link4:link {COLOR: #1C4262;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;}A.link4:active {COLOR: #1C4262;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;}A.link4:visited {COLOR: #1C4262;TEXT-DECORATION: blink;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;}A.link4:hover {COLOR: #FF9900;BACKGROUND-COLOR: #e2e2e2;font-family: "宋体";font-size: 12px;font-style: normal;line-height: normal;}.bg {border-right-width: thin;border-left-width: medium;border-top-style: none;border-right-style: solid;border-bottom-style: none;border-left-style: dashed;border-top-color: #CCCCCC;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC;border-left-color: #CCCCCC;}A.link5:link {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: 22px;}A.link5:active {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: 22px;}A.link5:visited {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: 22px;}A.link5:hover {COLOR: #ffffff;TEXT-DECORATION: none;font-family: "宋体";font-size: 12px;font-style: normal;line-height: 22px;}/*设置表格下边边框*/.table_td_bottom td{border-bottom:1px #ccc dashed;padding:5px 5px;}/*设置表格左边边框*/.table_td_left td{border-left:1px #333333 dashed;padding:0 20px;}/*设置表格中图片边框*/.table_img_border img{padding:2px;border:1px #FD6E06 solid;}.tab{border-collapse:collapse;}

六、🥇 如何让学习不再盲目

很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。

七、🎁更多干货

1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”一键三连哦!

2.💗【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻🔥

!

💂【获取方式】

gitee码云源码仓库-欢迎Star: /zhanyuqiu/my-app

HTML学生个人网站作业设计 明星易烊千玺介绍(HTML+CSS) web前端开发技术 web课程设计 网页规划与设计

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。