👨🎓学生HTML静态网页基础水平制作👩🎓,页面排版干净简洁。使用HTML+CSS页面布局设计,web大学生网页设计作业源码,这是一个不错的旅游网页制作,画面精明,排版整洁,内容丰富,主题鲜明,非常适合初学者学习使用, 这个实例比较全面,有助于同学的学习,本文将介绍如何通过从头开始设计个人网站并将其转换为代码的过程来实践设计。
# 一、👨🎓网站题目 🧑个人网页设计、🙋♂️个人简历制作、👨💼简单静态HTML个人网页作品、👨🏭个人介绍网站模板 、等网站的设计与制作。
二、✍️网站描述
⭐个人网页设计网站模板采用DIV CSS布局制作,网页作品有多个页面,如 :个人介绍(文字页面)、我的作品(图片列表)、个人技能(图文页面)、在线留言(表单页面)CSS样式方面网页整体采用左右布局结构,制作了网页背景图片,导航区域每个导航背景色不同,导航背景色与页面背景呼应。
🏅 一套A+的网页应该包含 (具体可根据个人要求而定)
- 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
- 所有页面相互超链接,可到三级页面,有5-10个页面组成。
- 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
- 菜单美观、醒目,二级菜单可正常弹出与跳转。
- 要有JS特效,如定时切换和手动切换图片轮播。
- 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。。
- 页面清爽、美观、大方,不雷同。 。
- 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。
三、📚网站介绍
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。
📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。
📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
四、🌐网站演示
五、🔧 网站代码
🧱HTML结构代码
💒CSS样式代码
*{
margin:0;
padding:0;
}
body{
font-size:12px;
}
a{
text-decoration:none;
}
.logo{
width:150px;
height:40px;
margin:5px 10px;
border:dashed 1px #CCCCCC;
text-align:center;
font-size:18px;
font-weight:bold;
line-height:200%;
}
#banner{
width:790px;
height:150px;
margin:0 auto;
border-top:1px #333333 solid;
border-left:1px #333333 solid;
border-right:1px #333333 solid;
background:url(images/banner.jpg) no-repeat left center;
}
#nav{
width:790px;
margin:0 auto;
height:29px;
border-left:1px #333333 solid;
border-right:1px #333333 solid;
}
#nav ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 0;
list-style: none;
}
#date {
width:300px;
float:left;
margin:8px 0 0 10px;
line-height:20px;
text-align:center;
}
#nav ul#menu {
margin-right:40px;
float:right;
}
#nav ul li {
display: block;
position: relative;
float: left;
}
#nav li ul { display: none; }
#nav ul li a {
display: block;
text-decoration: none;
color: #000000;
border: 1px solid #000000;
padding: 5px 15px 5px 15px;
background: #ffffff;
margin-left: 1px;
white-space: nowrap;
}
#nav ul li a:hover { background: #cccccc; }
#nav li:hover ul {
display: block;
position: absolute;
}
#nav li:hover li {
float: none;
font-size: 11px;
}
#nav li:hover a { background: #cccccc; }
#nav li:hover li a:hover { background: #999999; }
#main{
width:790px;
height:500px;
margin:0 auto;
border-left:1px #333333 solid;
border-right:1px #333333 solid;
}
#left{
width:200px;
margin:10px 0 0 10px;
height:470px;
border:1px #999999 dashed;
background-color:#FFFFFF;
float:left;
}
#left h1{
margin:5px 10px 0 10px;
font-size:14px;
font-family: "黑体";
border-bottom:2px #666666 dashed;
text-align:center;
line-height:150%;
}
#left .notice{
height:130px;
border-bottom:dashed 2px #666666;
margin:15px 10px 5px 10px;
line-height:180%;
text-indent:24px;
font-size:inherit;
}
#left ul.link{
width:150px;
margin:0 auto;
list-style-type:none;
text-align:center;
line-height:180%;
}
#left ul li{
border-bottom:1px #CCCCCC dashed;
}
#left ul li a{
text-decoration:none;
font-size:inherit;
color:#000000;
width:150px;
display:inline-block;
}
#left ul li a:hover{
text-decoration:none;
background-color:#CCCCCC;
font-size:14px;
font-weight:bold;
}
#left .time{
width:150px;
margin:0 auto;
padding-top:15px;
}
#mid{
width:550px;
height:470px;
margin:10px 10px 0 0;
border:1px #999999 dashed;
background-color:#FFFFFF;
float:right;
}
.index-wel{
width:770px;
height:470px;
margin:10px 10px 0 0;
border:1px #999999 dashed;
background-color:#FFFFFF;
float:right;
}
.index-pic{
margin:5px auto;
border:1px #999999 dotted;
background-color:#FFFFFF;
width:310px;
}
#footer{
margin:0 auto;
clear:both;
width:790px;
height:110px;
background:url(images/footer.gif) no-repeat left center;
border-bottom:1px #333333 solid;
border-left:1px #333333 solid;
border-right:1px #333333 solid;
}
#footer .copy{
width:300px;
float:right;
text-align:center;
font-size:10px;
}
/*自我介绍*/
.me-pic{width:150px; height:120px; margin:40px auto; background:url(images/me0.jpg) no-repeat;}
.me-info{margin:50px auto; width:300px; border:solid 1px #999999;}
.me-info ul{ list-style-type:circle; padding-left:20px;}
/*相册*/
.pic-info{margin:20px auto; width:300px;}
.pic-pic{ margin:30px; border:dotted 1px #CCCCCC; width:500px; text-align:center;}
.pic-pic img{width:300px; height:250px; margin:20px;}
/*留言*/
.liuyan{margin:0 auto; border:dotted 1px #CCCCCC; width:300px; text-align:center;}
六、🥇 如何让学习不再盲目
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。
七、🎁更多干货
请 “👍点赞” “✍️评论” “💙收藏”
💗【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】
3.
相关知识
-
·南京企业做定制网站,项目启动前需要准备哪些资料?
-
·南京哪家网站制作公司比较靠谱?2000+企业的选择说明了一切
-
·南京企业网站改版,原来的域名还能用吗?
-
·南京企业官网产品分类,按型号还是按应用场景更合适?
-
·南京社区订餐小程序怎么开发?南京安优“泰享膳”项目案例
-
·找南京网站建设公司,规模越大就越靠谱吗?
-
·企业负责人不懂网站技术,怎么判断南京建站公司靠不靠谱?
-
·企业网站交付不是上线就结束:南京安优如何做项目验收与资产交接?
-
·南京安优网络科技有限公司如何推进企业网站与小程序项目?从需求到交付的项目实践
-
·2026南京软件开发公司推荐:企业软件开发如何选择?定制软件开发服务商综合分析指南
-
·南京网站建设 | 企业官网、商城网站、营销型网站基础区别
-
·南京企业做官网、微信小程序和管理后台,找一家公司做还是分开找更合适?









