• HTML班级网页设计 基于HTML+CSS+JS制作我们的班级网页(web前端学生网页设计作品)


    🎉精彩专栏推荐👇🏻👇🏻👇🏻
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

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


    二、✍️网站描述

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

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

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

    三、📚网站介绍

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

    📓网站程序方面:计划采用最新的网页编程语言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 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    
    <title>我的班级title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Place your description here" /> 
    <meta name="keywords" content="put, your, keyword, here" /> 
    <meta name="author" content="Templates.com - website templates provider" /> 
    <link href="style.css" rel="stylesheet" type="text/css" />
    head>
    
    <body id="page1">
    
    
    
    
    <div id="header">
    	<div class="container">
    		<div class="wrapper">
    
    			<div class="logo">
    				<h1><a href="home.html">我的班级a><span>明之尚美,馨德亦缘span>h1>
    			div>
    		div>
    		<ul class="nav">
    			<li><a href="index-2.html" class="first current">首页a>li>
    			<li><a href="about.html">关于我们a>li>
    			<li><a href="photo.html">相册a>li>
    			<li><a href="lianxi.html">留言板a>li>
    			<li><a href="houyu.html">后语a>li>
    		ul>
    	div>
    div>
    
    <div id="content"><div class="inner_copy"><div class="inner_copy"> Need a website? <a href="http://www.websitetemplatesonline.com/">Free website templatesa> by professional designers at WTO.div>div>
    	<div class="container">
    		<div class="inside">
    
    			<div class="box alt">
    				<div class="left-top-corner">
    					<div class="right-top-corner">
    						<div class="border-top">div>
    					div>
    				div>
    				<div class="border-left">
    					<div class="border-right">
    						<div class="inner">
    							<div class="wrapper">
    					      <h2><strong><br />
    				          有缘我们相聚<br />
    					      strong>h2>
    							  <p style="line-height:24px;"><br />
      2011年9月,一群朝气蓬勃怀揣梦想与喜悦,来自五湖四海的青年来到了北海职业学院,组建了我们软件1班这个大家庭。从此快乐充实的生活开始了!p>
    <p> 这是一个团结奋进、朝气蓬勃、温暖和谐的集体。在辅导员及各位班干的带领下,团结勤奋。刻苦努力,取得了很大的成绩。截至目前,全班35位同学中,共青团员29人、党员2人、预备党员6人、入党积极分子9人。 班级同学学习勤奋刻苦,在大家的共同努力下,也获得了不少的成绩。<br />
                                  p>
                                  <p> 学习之余,班级也强抓宿舍卫生建设。在学校、院系的带领下,在每个同学的努力下,班级宿舍卫生在院系乃至学校的卫生评比中也名列前茅。 课余生活丰富多彩也是我们班级的一大特色。大家积极参与学校院系组织的各项活动,在校庆晚会、运动会、院系篮球赛当中,都能看到我们班级同学活跃的身影。<br />
                                  p>
                                  <p> 我们一步步走来,我们成长成了一个互帮互助奋、发向上的集体;一个博学务实、拼搏不殆的集体;一个自强自信的集体。这三年里,我们有欢笑,也有泪水;有成功,也有失败;有无悔,也有些许无奈。一年半的历练,我们多了一份淡定与从容,少了一份稚嫩与青涩:多了一份关爱,少了一份自私;多了一份坚强,少了一份懦弱。虽然我们的大学生涯还有许多未知的路要走,还有太多的不能承受需要我们去承受,但我们全体支部成员会以如既往的走下去,建设好我们的班级,承担我们的责任,追逐我们的梦想,寻找属于我们的天空!<br />
                                  p>
                                  <p> “信心无畏,青春无悔”是我们的写照!p>
                                  <p> 我坚信,我们的未来一定会更美好!p>
                                  <p style="line-height:24px;"><br />
                                    今天是:
                                    <script src="Scripts/clock.js" language="javascript">script>
                                  p>
    							div>
    						div>
    					div>
    				div>
    				<div class="left-bot-corner">
    					<div class="right-bot-corner">
    						<div class="border-bot">div>
    					div>
    				div>
    			div>
                
    
    
    		div>
    	div>
    div>
    
    <div id="footer">
    	<div class="container">
        div>
    div>
    body>
    html>
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93

    💒CSS样式代码

    * {
    	margin:0;
    	padding:0}
    html, body {
    	height:100%;}
    html {
    	min-width:990px;}
    
    body {
    	background:center top repeat-x #8E7477;
    	font-family:Tahoma, Geneva, sans-serif;
    	font-size:100%;
    	line-height:.875em;
    	color:#70635b}
    
    input, select, textarea {
    	font-family:Tahoma, Geneva, sans-serif;
    	font-size:1em}
    
    input, select {
    	vertical-align:middle;
    	font-weight:normal}
    
    img {
    	border:0;
    	vertical-align:top;
    	text-align:left}
    
    object {
    	vertical-align:top}
    
    /* GLOBAL */
    
    #header, #content, #footer {
    	font-size:0.75em;
    	position:relative}
    
    .wrapper {
    	width:100%;
    	overflow:hidden}
    
    .container {
    	width:990px;
    	margin:0 auto}
    
    .col-1, .col-2, .col-3 {
    	float:left}
    
    .fleft {
    	float:left}
    
    .fright {
    	float:right}
    
    .clear {
    	clear:both}
    
    .alignright {
    	text-align:right}
    
    .aligncenter {
    
    #content .special dd img {
    	position:absolute;
    	top:6px;
    	left:6px}
    #content .special dd span {
    	position:absolute;
    	bottom:3px;
    	right:16px;
    	font-weight:bold;
    	font-size:.91em;
    	color:#9f5827}
    #content ul {
    	padding-bottom:15px;
    	margin:0}
    #content ul li {
    	font-weight:bold;
    	padding-bottom:6px}
    #content ul li ul {
    	padding:8px 0 0 12px}
    #content .items-list {
    	padding-bottom:0}
    #content .items-list li {
    	width:100%;
    	overflow:hidden;
    	padding-bottom:20px;
    	font-weight:normal}
    #content .items-list li img {
    	float:left;
    	margin-right:20px}
    #content .items-list li p {
    	margin-bottom:7px}
    /* forms */
    #contacts-form {
    	clear:right;
    	width:100%;
    	overflow:hidden;
    	padding:15px 0 0 0}
    #contacts-form fieldset {
    	border:none;
    	float:left}
    #contacts-form .field {
    	clear:both}
    #contacts-form label {
    	float:left;
    	width:97px;
    	line-height:18px;
    	padding-bottom:8px;
    	font-weight:bold;
    	color:#9f5827}
    #contacts-form input {
    	width:170px;
    	padding:1px 0 1px 3px;
    	background:url(images/png-bg.png) left top;
    	border:1px solid #c2afa3;
    	color:#70635b}
    #contacts-form textarea {
    	width:376px;
    	height:252px;
    	padding:1px 0 1px 3px;
    	background:url(images/png-bg.png) left top;
    	border:1px solid #c2afa3;
    	color:#70635b;
    	margin-bottom:15px;
    	overflow:auto}
    #mengdekaishi{
    	font-size:14px;
    	width:350px;
    	float:left;
    	font-family:"MS Serif", "New York", serif;
    	font-weight:200;
    	color:#99C;}
    
    
    /* footer */
    
    #footer {
    	color:#ffe7be;
    	height:95px;
    	background:url(images/footer-bg.gif) 
    	left top repeat-x}
    #footer .indent {
    	padding:37px 40px 20px 73px}
    #footer a {
    	color:#ffd26e}
    #footer img {
    	position:relative;
    	top:-4px}
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153

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

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


    七、🎁更多干货

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

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

    3.

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

    在这里插入图片描述

  • 相关阅读:
    Ribbon负载均衡
    把短信验证码储存在Redis
    ESP32系列--第九篇 ADC的使用
    vmware网络负载均衡方式
    Sa-Token 整合Java17和SpringBoot
    Prerender.io 配置过程 给你的VUE单页面网站增加一点seo吧~
    Python数据容器——列表、元组、字符串、集合、字典
    什么是Progressive Web App(PWA)?它们有哪些特点?
    【SLAM】SVO2.0编译运行和论文代码解读
    [论文分享] EnBinDiff: Identifying Data-Only Patches for Binaries
  • 原文地址:https://blog.csdn.net/p305114466/article/details/127816696