• 大一作业HTML网页作业:中华传统文化题材网页设计5页(纯html+css实现)


    🎉精彩专栏推荐 💭文末获取联系
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 Echarts大屏展示大数据平台可视化(150套) 】
    🔖 HTML+CSS+JS实例代码: 【🗂️HTML+CSS+JS实例代码 (炫酷代码) 继续更新中…】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】

    🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    🍵茶文化网站、🏳️‍🌈中华传统文化题材、京剧文化🔏水墨风书画、中国民间年画文化艺术网站 、等网站的设计与制作。


    二、✍️网站描述

    🏷️ 这个首页代码运用了DIV盒子的使用方法,如盒子的嵌套、浮动、margin、border、background等属性的使用,外部大盒子设定居中,内部左中右布局,下方横向浮动排列,大学学习的前端知识点和布局方式都有运用,CSS的代码量也很足、很细致,使用hover来完成过渡效果、鼠标滑过效果等,使用表格、表单补充模块,为方便新手学习, 个别源码页面中没有使用js有需要的可以自行添加。

    🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

    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结构代码

    
    
    
    <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/style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="js/js.js">script>
    <script type="text/javascript" src="js/js3.js">script>
    head>
    <body>
    <table width="1200" border="0" id="daohang">
      <tr>
      <td>td>
        <td><a href="index.html">网站首页a>td>
        <td><a href="qiyuan.html">文化起源a>td>
        <td><a href="geyan.html">格言大全a>td>
        <td><a href="denglu.html">在线登录a>td>
        <td><a href="zhuce.html">在线注册a>td>
      tr>
    table>
    <table width="1200" border="0" id="datu">
      <tr>
        <td><img src="images/datu.png" width="1200" height="511" />td>
      tr>
    table>
    <table width="1200" border="0" id="zhengwen">
      <tr>
        <td width="880" height="50" bgcolor="#790505"><span>中华民族传统美德span>td>
        <td > td>
        <td width="290" bgcolor="#790505" ><span>名言警句span>td>
      tr>
      <tr>
        <td bgcolor="#fff" height="290"><p>中华民族传统美德,是指中国五千年历史流传下来,具有影响,可以继承,并得到不断创新发展,有益于下代的优秀道德遗产。概括起来就是:中华民族优秀的道德品质、优良的民族精神、崇高的民族气节、高尚的民族情感以及良好的民族习惯的总和。它标志着中华民族的“形”与“魂”。它也是我国人民两千多年来处理人际关系、人与社会关系和人与自然关系的实践的结晶。<br>
        中国是文明古国、礼仪之邦,重德行、贵礼仪,在世界上素来享有盛誉。自古以来,中华民族传统美德始终是中华民族赖以生存和发展的道德根基和思想基础,始终是中华民族赖以生存和发展的重要精神支柱和精神动力。中华民族传统美德的形成和发展已经有几千年的历史,从口头传承到文字记载,内容博大而精深。但归纳起来,在历史典籍里加以明确、历代历朝基本形成共识的内容主要是“仁、义、礼、智、信”五个要素。当然,在传统道德方面还有很多表述,但大部分都包含在这五大要素之中,或者是这五大要素的延伸,或者是这五大要素的丰富,或者是这五大要素的发展。
        p>td>
        <td> td>
        <td bgcolor="#fff" width="290" height="290"><p align="center">人生自古谁无死,留取丹心照汗青。p><p align="center">先天下之忧而忧,后天下之乐而乐。p><p align="center">非淡泊无以明志,非宁静无以致远。p><p align="center"><a href="geyan.html">查看更多>>a>p><p><img src="images/zuozhe.jpg">p>td>
      tr>
    table>
          <div class="box-1">
            <ul>
              <li><a href="#"><img src="images/banner_01.jpg" width="1200px" height="500px">img>a> li>
          div>
          <div class="xiaohe">
          <marquee οnmοuseοver='this.stop()' οnmοuseοut='this.start()' direction="up" behavior="scroll" scrollamount="1" scrolldelay="0" loop="-1" width="1200" height="80" bgcolor="#FFFFFF" hspace="10" vspace="10">
    中国传统文化(traditional culture of China)是中华文明演化而汇集成的一种反映民族特质和风貌的民族文化,是民族历史上各种思想文化、观念形态的总体表征,是指居住在中国地域内的中华民族及其祖先所创造的、为中华民族世世代代所继承发展的、具有鲜明民族特色的、历史悠久、内涵博大精深、传统优良的文化。简单来说,就是通过不同的文化形态来表示的各种民族文明,风俗,精神的总称。<br>
    1,世代相传。中国的传统文化在某些短暂的历史时期内有所中断,在不同的历史时期或多或少的有所改变,但是大体上没有中断过,总的来说变化不大。<br />
    2,民族特色。中国的传统文化是中国特有的,与世界上其他民族文化不同。<br />
    3,历史悠久。有五千年的历史。<br />
    4,博大精深。“博大”是说中国传统文化的广度---丰富多彩,“精深”是说中国传统文化的深度---高深莫测。<br />
    5,儒家、佛家、道家彼此共存共荣,长期以来支配和影响着中华民族的精神生活
    marquee>
    div>
    <div class="tu">div>
    <div style="width:800px;margin:10px 630px">
    <h2>提交留言h2>
    <table>
    	<tr><td> 标题:td><td><input type="text" style="width:500px" id="title" />td>tr>
    	<tr><td>内容:td><td><textarea style="width:500px;height:200px" id="content">textarea>td>tr>
    	<tr><td>留言者:td><td><input type="text" style="width:500px" id="user"/>td>tr>
    	<tr><td>td><td><input type="button" value="提交" onclick="liuyan()"/>td>tr>
    	<tr><td>td><ul id="lyb">ul><td>td>tr>
    
    table>
    
    div>
    <div style="width:800px;margin:10px auto;font-family:Arial, Helvetica, sans-serif;text-align:center;">div>
    <table width="1200" border="0" id="foot">
      <tr>
        <td>中华民族传统美德td>
      tr>
    table>
    <a href="#top" style=" position:fixed; right:20px; bottom:20px;"><img src="images/dingbu.png">a>
    body>
    <embed src="music/yinyue.mp3" width="1" height="1" type="audio/mpeg" loop="true" autostart="true">embed>
    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

    💒CSS样式代码

    
    @charset "utf-8";
    body {font-size:12px;color:#666;font-family:"Microsoft YaHei";margin: 0;padding: 0; background-color:#fbf2cc;width:1200px; margin:0 auto;}
    #daohang{height:50px;line-height:50px; background-color:#790505;color:#341d17; font-size:16px;margin:0 auto;text-align:center; }
    #daohang  a {color:#d9a033; text-decoration: none; font-size: 16px;}
    #daohang  a:hover {font-weight: bold; color:#fff; }
    #daohang  span{font-weight: bold; color:#fff; }
    #datu{ margin-top:10px; }
    #zhengwen{margin-top:10px;font-size: 16px;}
    #zhengwen span{margin-left:10px; color:#d9a033;}
    #zhengwen p{padding:0 10px 0 10px;color:#000;line-height:30px;font-size: 16px;}
    #zhengwen p a{color:#790505; font-weight: bold;text-decoration: none;}
    #foot{height:80px;margin-top:10px;background-image: url(../images/dibu.jpg); text-align:center;font-size: 14px;color: #FFF;}
       a:hover img {
          transform: scale(1.05, 1.05);
        }
    
    .box-1{
    	position:relative;
    	left:-40px;
    }
    .xiaohe{
    	position:relative;
    	left:-10px;
    }
     .dl{
    	
    
     width: 380px ;
    
     height: 220px ;
    
     background-image: url(images/dl.png) ;
    
     text-align: center ;
    
     } 
    
     .btn{
    	 position:relative;
    	 right:-35px;
     font-family : 微软雅黑 ;
    
     font-size: medium ;
    
     }
    .biaodan{
    	 position:absolute;
    	 right:250px;
    	 top:470px;
    	 
    }
    .content{
    	width:1100px;
    	height:620px;
    	position:relative;
    	top:-150px;
    	left:-60px;
    	
    	}
    #photo_album{
    	position:absolute;
    	top:-330px;
    	left:250px;
    	width:1500px;
    	height:550px;
    	margin:500px auto;
    	min-width:600px;
    	max-width:800px;
    	}
    	.tu{
    		float:left;
    	}
    #photo_album a{
    	display:block;
    	position:absolute;
        background-color:#fff;
    	color: #333;
    	border:1px solid #bbb;
    	-webkit-box-shadow:2px 2px 4px rgba(0,0, 0, 0.3);
    	-moz-box-shadow:2px 2px 4px rgba(0,0, 0, 0.3);
    	-o-box-shadow:2px 2px 4px rgba(0,0, 0, 0.3);
    	box-shadow:2px 2px 4px rgba(0,0, 0, 0.3);
    	-webkit-transition:all 0.5s ease-in;
    	-moz-transition:all 0.5s ease-in;
    	-o-transition:all 0.5s ease-in;
    	transition:all 0.5s ease-in;}
    #photo_album img{
    	display:block;	
    	margin-bottom:15px;}
    .small{
    	width:300px;
    	padding:6px 6px 12px 6px;
    	font-size:10px;
    	z-index:4;}
    .medium{
    	width:300px;
    	padding:10px 10px 20px 10px;
    	font-size:0.8em;
    	z-index:3;}
    .large{
    	width:450px;
    	padding:13px 13px 26px 13px;
    	font-size:1em;
    	z-index:2;}
    .big{
    	width:300px;
    	padding:20px 20px 30px 20px;
    	font-size:1.2em;
    	z-index:1;}
    #photo_album a:nth-child(1){
    	top:0;
    	left:20px;
    	-webkit-transform: rotate(8deg);
    	-moz-transform: rotate(8deg);
    	-o-transform: rotate(8deg);
    	transform: rotate(8deg);}
    #photo_album a:nth-child(2){
    	bottom:0;
    	left:0;
    	-webkit-transform: rotate(-8deg);
    	-moz-transform: rotate(-8deg);
    	-o-transform: rotate(-8deg);
    	transform: rotate(-8deg);}
    #photo_album a:nth-child(3){
    	top:20px;
    	left:176px;
    	-webkit-transform: rotate(-8deg);
    	-moz-transform: rotate(-8deg);
    	-o-transform: rotate(-8deg);
    	transform: rotate(-8deg);}
    #photo_album a:nth-child(4){
    	bottom:-20px;
    	right:630px;
    	-webkit-transform: rotate(4deg);
    	-moz-transform: rotate(4deg);
    	-o-transform: rotate(4deg);
    	transform: rotate(4deg);}
    #photo_album a:nth-child(5){
    	bottom:10px;
    	right:365px;
    	-webkit-transform: rotate(10deg);
    	-moz-transform: rotate(10deg);
    	-o-transform: rotate(10deg);
    	transform: rotate(10deg);}
    #photo_album a:nth-child(6){
    	top:0;
    	left:400px;
    	-webkit-transform: rotate(-5deg);
    	-moz-transform: rotate(-5deg);
    	-o-transform: rotate(-5deg);
    	transform: rotate(-5deg);}
    #photo_album a:nth-child(7){
    	top:90px;
    	left:430px;
    	-webkit-transform: rotate(15deg);
    	-moz-transform: rotate(15deg);
    	-o-transform: rotate(15deg);
    	transform: rotate(15deg);}
    #photo_album a:nth-child(8){
    	bottom:0;
    	left:400px;
    	-webkit-transform: rotate(-10deg);
    	-moz-transform: rotate(-10deg);
    	-o-transform: rotate(-10deg);
    	transform: rotate(-10deg);}
    #photo_album a:nth-child(9){
    	top:10px;
    	left:495px;
    	-webkit-transform: rotate(-20deg);
    	-moz-transform: rotate(-20deg);
    	-o-transform: rotate(-20deg);
    	transform: rotate(-20deg);}
    #photo_album a:nth-child(10){
    	bottom:10px;
    	right:156px;
    	-webkit-transform: rotate(6deg);
    	-moz-transform: rotate(6deg);
    	-o-transform: rotate(6deg);
    	transform: rotate(6deg);}
    #photo_album a:nth-child(11){
    	top:0;
    	left:680px;
    	-webkit-transform: rotate(18deg);
    	-moz-transform: rotate(18deg);
    	-o-transform: rotate(18deg);
    	transform: rotate(18deg);}
    #photo_album a:nth-child(12){
    	bottom:-20px;
    	left:700px;
    	-webkit-transform: rotate(-8deg);
    	-moz-transform: rotate(-8deg);
    	-o-transform: rotate(-8deg);
    	transform: rotate(-8deg);}
    #photo_album a:nth-child(13){
    	top:0;
    	right:0;
    	-webkit-transform: rotate(-8deg);
    	-moz-transform: rotate(-8deg);
    	-o-transform: rotate(-8deg);
    	transform: rotate(-8deg);}
    #photo_album a:nth-child(14){
    	top:50px;
    	right:20px;
    	-webkit-transform: rotate(-4deg);
    	-moz-transform: rotate(-4deg);
    	-o-transform: rotate(-4deg);
    	transform: rotate(-4deg);}
    #photo_album a:nth-child(15){
    	bottom:0;
    	right:0;
    	-webkit-transform: rotate(1deg);
    	-moz-transform: rotate(1deg);
    	-o-transform: rotate(1deg);
    	transform: rotate(1deg);}
    #photo_album a:hover{
    	-webkit-transform: rotate(0deg) scale(1.1);
    	-moz-transform: rotate(0deg) scale(1.1);
    	-o-transform: rotate(0deg) scale(1.1);
    	transform: rotate(0deg) scale(1.1);
    	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    	-o-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    	z-index:10;}
     #username{
    
     max-width: 200px ;
    
     margin: 10px 0px 0px 0px ;
    
     height: 28px ;
    
     }
    
     #us{
    
     color: #FFFFFF ;
    
     font-family : 微软雅黑;
    
     }
    
     #ps{
    
     color: #FFFFFF ;
    
     font-family : 微软雅黑;
    
     }
    
     #password{
    
     max-width: 200px ; 
    
     margin: 20px 0px 10px 0px ;
    
     height: 28px ;
    
     }
    
    
    
    
    • 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
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263

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

    第一、带着目标去学习,无论看书报课还是各种线下活动。
    首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

    第二、学习要建立个人知识体系
    知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

    第三、学到了就要用到

    有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


    七、🎁更多干货

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

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

    3.

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

    在这里插入图片描述

  • 相关阅读:
    我的Vue之旅 06 超详细、仿 itch.io 主页设计(Mobile)
    练习1-5:窗口函数,关联查询,子查询,分组聚合查询
    从零开始:新手快速在国产操作系统中搭建高可用K8S(V1.28)集群落地实践
    C++图书管理案例
    mybatis中的动态sql
    【docker】docker安装nacos
    Apache Dubbo 多语言体系再添新员:首个 Rust 语言版本正式发布
    [附源码]java毕业设计网上手机商城
    微信小程序开发---自定义组件的数据监听器
    我的世界Bukkit服务器插件开发教程(十)实体
  • 原文地址:https://blog.csdn.net/bigwhiteshark/article/details/126119183