学生网页设计制作作业_网页制作作业成品_网页设计作业

一、📚作品介绍

HTML实例网页代码, 本实例适合于初学HTML的同学。该实例里面有设置了css的样式设置,有div的样式格局,这个实例比较全面,有助于同学的学习,本文将介绍如何通过从头开始设计个人网站并将其转换为代码的过程来实践设计。


二、🔗作品效果

▶️视频演示

https://live.csdn.net/v/embed/240035

(title-I79BG-个人网站)]

🧩 截图演示

07.png
06.png
05.png
04.png
03.png
02.png
01.png


三、💒 作品代码

🧱HTML代码

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>个人网站</title>
<link rel="stylesheet" type="text/css" href="css/common.css"/>
</head>

<body>

<!--container start-->
<div class="container">
    
    <!--header start-->
    <div class="header">
        <div class="header_avatar"><img src="images/avatar.jpg"/></div>
        <div class="header_nav">
            <a href="index.html">个人首页</a>
            <a href="view1.html">生活瞬间</a>
            <a href="view2.html">学习记录</a>
            <a href="view3.html">学校生活</a>
            <a href="view4.html">规划人生</a>
            <a href="view5.html">旅行打卡</a>
            <a href="view6.html">访客留言</a>
        </div>
    </div>
    <!--header end-->
    
    <!--user start-->
    <div class="user">
        <div class="user_avatar"><img src="images/avatar.jpg"/></div>
        <div class="user_name">小猪猪</div>
        <div class="user_word">没有什么是一顿饭解决不了的</div>
        <div class="user_info">
            <p><span>男</span><span>20岁</span><span>狮子座</span></p>
        </div>
        <div class="user_nav">
            <a href="index.html" class="select">个人首页</a>
            <a href="view1.html">生活瞬间</a>
            <a href="view2.html">学习记录</a>
            <a href="view3.html">学校生活</a>
            <a href="view4.html">规划人生</a>
            <a href="view5.html">旅行打卡</a>
            <a href="view6.html">访客留言</a>
        </div>
    </div>
    <!--user end-->
    
    <!--main start-->
    <div class="main">
        
        <article class="image_word">
            <a href="view1.html"><img src="images/index1.jpg"/></a>
            <h3>生活瞬间</h3>
            <p><a href="view1.html">只要追求幸福和自身的完美,选择适合我们的生活。你会发现即使忙碌也可以很充实,对生活的经历也会更加清晰。只要抱有希望就会奔向美好的明天。</a></p>
        </article>
        
        <article class="word">
            <h3>学习记录</h3>
            <p><a href="view2.html">有时候,我们只是需要换一扇窗户看风景。生活有微笑有苦楚,不想说不等于无言,只有心里明了,也许永远选择沉默,选择承受。沉默多了,承受也就越多,不如轻轻打开另一扇窗户,放逐心情,也许就是另一个轻松美丽的世界。从一扇窗户到另一扇窗户,从一个世界到另一个世界,需要的是一份勇气,一抹心境。只有按生活本来面貌去生活,我们才能成为真正完善的人。人生就是一场漫长对抗,就看你能够追逐多久,坚持多久。</a></p>
        </article>
        
        <article class="image_word">
            <a href="view3.html"><img src="images/index3.jpg"/></a>
            <h3>学校生活</h3>
            <p><a href="view3.html">有时候,我们只是需要换一扇窗户看风景。生活有微笑有苦楚,不想说不等于无言,只有心里明了,也许永远选择沉默,选择承受。</a></p>
        </article>
        
        <article class="image">
            <a href="view4.html"><img src="images/index4.jpg"/></a>
        </article>
        
        <article class="image_word">
            <a href="view5.html"><img src="images/index5.jpg"/></a>
            <h3>旅行打卡</h3>
            <p><a href="view5.html">趁阳光正好,趁微风不燥,趁现在还年轻,还可以走很长很长的路,还能诉说很深很深的思念。去寻找那些曾出现在梦境中的路径、山峦与田野。</a></p>
        </article>
        
        <article class="image">
            <a href="view6.html"><img src="images/index6.jpg"/></a>
        </article>
        
    </div>
    <!--main end-->
    
    <!--footer start-->
    <div class="footer">
        <div class="footer_nav">
            <a href="index.html">个人首页</a>
            <a href="view1.html">生活瞬间</a>
            <a href="view2.html">学习记录</a>
            <a href="view3.html">学校生活</a>
            <a href="view4.html">规划人生</a>
            <a href="view5.html">旅行打卡</a>
            <a href="view6.html">访客留言</a>
        </div>
        <div class="footer_copyright">
            Copyright @ 2021 wo.com All Rights Reserved. 个人网站 版权所有
        </div>
    </div>
    <!--footer end-->
    
</div>
<!--container end-->

</body>
</html>




🏠CSS代码




/*life*/
.life{width:830px;background-color:#fff;margin-top:20px;float:right;
}
.life h3{width:810px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.life h3 span{margin-right:2px;
}
.life article{width:830px;margin-top:15px;float:left;
}
.life article section{width:250px;margin:0 0 20px 20px;float:left;
}
.life article section img{width:250px;height:180px;float:left;
}
.life article section p{width:250px;height:35px;line-height:35px;background-color:#fafafa;text-align:center;float:left;
}

/*study*/
.study{width:830px;background-color:#fff;margin-top:20px;float:right;
}
.study h3{width:810px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.study h3 span{margin-right:2px;
}
.study article{width:830px;margin-top:15px;float:left;
}
.study article section{width:385px;margin:0 0 20px 20px;background-color:#fafafa;float:left;
}
.study article section p{width:345px;font-size:14px;line-height:25px;margin:20px 20px;float:left;
}

/*school*/
.school{width:830px;background-color:#fff;margin-top:20px;float:right;
}
.school h3{width:810px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.school h3 span{margin-right:2px;
}
.school article{width:830px;margin-top:15px;float:left;
}
.school article section{width:250px;margin:0 0 20px 20px;float:left;
}
.school article section img{width:250px;height:180px;float:left;
}
.school article section p{width:250px;height:35px;line-height:35px;background-color:#fafafa;text-align:center;float:left;
}

/*plan*/
.plan{width:830px;background-color:#fff;margin-top:20px;float:right;
}
.plan h3{width:900px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.plan h3 span{margin-right:2px;
}
.plan article{width:830px;margin-top:15px;float:left;
}
.plan article img{width:250px;margin:0 0 20px 20px;float:left;
}

/*travel*/
.travel{width:830px;background-color:#fff;margin-top:20px;float:right;
}
.travel h3{width:810px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.travel h3 span{margin-right:2px;
}
.travel article{width:830px;margin-top:15px;float:left;
}
.travel article section{width:250px;margin:0 0 20px 20px;float:left;
}
.travel article section img{width:250px;height:180px;float:left;
}
.travel article section p{width:250px;height:35px;line-height:35px;background-color:#fafafa;text-align:center;float:left;
}

/*word*/
.word{width:830px;height:765px;background-color:#fff;margin-top:20px;float:right;
}
.word h3{width:810px;height:30px;line-height:30px;margin:15px 0 0 20px;float:left;
}
.word h3 span{margin-right:2px;
}
.word form{width:830px;margin:50px 0;float:left;
}
.word p{width:600px;line-height:30px;margin:20px 0 0 80px;float:left;
}
.word p label{width:130px;height:30px;text-align:right;margin-right:10px;float:left;
}
.word p input{width:400px;height:30px;float:left;
}
.word p span{margin-right:30px;float:left;
}
.word p textarea{width:400px;height:260px;line-height:20px;float:left;
}
.word p input.submit{width:190px;color:#FFF;background-color:#a7d2e2;letter-spacing:3px;border:0;
}
.word p input.reset{width:190px;color:#FFF;background-color:#a7d2e2;letter-spacing:3px;border:0;margin-left:20px;
}

/*footer*/
.footer{width:1100px;color:#3c8aae;background-image:url(../images/footer.jpg);background-size:100% 100%;margin-top:20px;float:left;
}
.footer_nav{width:1100px;height:120px;margin-top:40px;float:left;
}
.footer_nav a{font-size:15px;font-weight:bold;color:#3c8aae;margin:0 86px 0 20px;float:left;
}
.footer_nav a:nth-last-child(1){margin-right:0;
}
.footer_copyright{width:1100px;height:38px;line-height:38px;text-align:center;float:left;border-top:1px solid #3c8aae;
}





四、🎁更多源码

【干货分享】自学编程的小伙伴可以前往我的 gitee 仓库(持续更新中...)

📕【web学习指南】从web基础、计算机基础到前端常用框架的教程,涵盖前端大部分必备知识(学习指南 + 技术文章 + 资源分享)

Gitee仓库地址(来个Star吧~): https://gitee.com/zhanyuqiu2022/my-app

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,186评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,858评论 3 387
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 158,620评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,888评论 1 285
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,009评论 6 385
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,149评论 1 291
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,204评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,956评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,385评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,698评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,863评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,544评论 4 335
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,185评论 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,899评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,141评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,684评论 2 362
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,750评论 2 351

推荐阅读更多精彩内容