600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > 简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码 DW个人网站制作成品 w

简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码 DW个人网站制作成品 w

时间:2022-08-05 00:09:55

相关推荐

简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码 DW个人网站制作成品 w

🌩️ 精彩专栏推荐👇🏻👇🏻👇🏻

💂 作者主页: 【进入主页—🚀获取更多源码】

🎓 web前端期末大作业: 【📚HTML5网页期末作业 (1000套) 】

🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】

📂文章目录

二、📚网站介绍三、🔗网站效果▶️1.视频演示🧩 2.图片演示四、💒 网站代码🧱HTML结构代码🏠CSS样式代码五、🎁更多源码

二、📚网站介绍

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

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

三、🔗网站效果

▶️1.视频演示

I77JP-班级网页带表带(5页)

🧩 2.图片演示

四、💒 网站代码

🧱HTML结构代码

<!doctype html><html><head><meta charset="utf-8"><link rel="stylesheet" type="text/css" href="css/css.css"><title>网站首页</title></head><body><div class="top"><br><br><div class="dao"><p>我们的班级</p><ul><li><a href="index.html">网站首页</a></li><li><a href="rzi.html">班级日志</a></li><li><a href="huod.html">班级活动</a></li><li><a href="xce.html">班级相册</a></li><li><a href="ly.html">访客留言</a></li></ul></div></div><div class="ban"><img src="images/b1.jpg" width="980" height="400"></div><div class="xia"><div class="zuo"><img src="images/t1.jpg" width="286" height="170"><h3>班级新闻</h3><br><p>“环能寻英赛 寻找单词王”活动</p><p>“这个冬天不太冷”之不吐不快主题班会</p><p>“写给未来的自己”微公益活动</p><p>“不忘初心,重拾热情”主题班会活动</p><div class="you"><a href="#">查看更多</a></div></div><div class="zuo"><img src="images/t2.jpg" width="286" height="170"><h3 style="color:#df5157; border-bottom:1px dashed#df5157;">班级活动</h3><br><p>本周六组织爬佘山,大家积极报起名来</p><p>本周六组织爬佘山,大家积极报起名来,锻炼身体义不容辞!请大家准时到达。</p><p>本周六组织爬佘山,大家积极报起名来</p><div class="you" style="background:#df5157;"><a href="#">查看更多</a></div></div><div class="zuo"><img src="images/t3.jpg" width="286" height="170"><h3 style="color:#d18f2f; border-bottom:1px dashed#d18f2f;">班级通知</h3><br><p>国庆七天大假,放10月1号~7号</p><p>国庆七天大假,放10月1号~7号,小伙伴们请安排好时间,回家的同学车票都买好了?</p><p>国庆七天大假,放10月1号~7号</p><div class="you" style="background:#d18f2f;"><a href="#">查看更多</a></div></div></div><div class="clearit"></div><div class="foot">班级网站</div></body></html>

🏠CSS样式代码

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a, fieldset, input, th, td{margin: 0; padding: 0; border: 0; outline: none;}body {font-family: "宋体";font-size: 12px;color:#000000;line-height: 20px;text-align:left;}td,th {font-family: "宋体";font-size: 12px;color: #000000;}a {color: #000000;} A:link {TEXT-DECORATION: none;}A:visited {TEXT-DECORATION: none;}ul,li{list-style-type:none;}.clearit{clear:both;}.top {width:100%; height:140px; background:#f9f1b5}.dao {width:1020px; height:100px; background:#fd9c9c; margin:0 auto}.dao p {width:300px; float:left; text-align:center; line-height:100px; color:#FFF; font-weight:600; font-size:36px ;font-family: "华文行楷";}.dao ul {width:600px; float:left; margin-left:120px;}.dao li {width:120px; float:left; text-align:center; line-height:100px;}.dao a {font-size:14px; font-weight:600; color:#FFF;}.dao A:hover{color:#f9f1b5;}.ban {width:980px; height:400px; background:#f8d6a6; margin:0 auto; margin-top:20px; padding:20px;}.xia {width:980px; margin:0 auto; margin-top:20px; padding:20px; background:#ededed; height:420px; }.zuo {width:286.66px; float:left; margin-left:30px;}.zuo h3 {width:286.66px; height:30px; border-bottom:1px dashed#258fb9; color:#258fb9; line-height:35px; margin-top:10px;}.zuo p {line-height:30px; color:#333}.you {width:100px; height:35px; border-radius:10px; background:#258fb9; text-align:center; line-height:35px; float:right; margin-right:10px; margin-top:20px;}.you a {color:#FFF;}.foot {width:1020px; margin:0 auto; margin-top:20px; background:#ededed; height:50px; text-align:center; line-height:50px; font-weight:600; font-size:16px}.da {width:980px; margin:0 auto; margin-top:20px; padding:20px; background:#ededed; }.da h2 {width:980px; height:30px; border-bottom:1px solid #333; line-height:30px;}.da h3 {margin-top:20px; margin-bottom:15px; color:#333}.da p {text-indent:2em; line-height:30px; color: #333}.da li {width:450px; float:left; margin-left:26.66px; margin-top:20px; text-align:center; line-height:30px;}.tu img {margin-top:20px; margin-left:26.66px;}

五、🎁更多源码

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

2.💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、等!

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

简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码 DW个人网站制作成品 web网页制作与实现

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