时间:2023-10-16 14:24:01 | 来源:网站运营
时间:2023-10-16 14:24:01 来源:网站运营
大学生简单个人静态HTML网页设计作品 DIV布局个人介绍网页模板代码 DW学生个人网站制作成品下载:精彩专栏推荐 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 作者主页: 【主页—— 获取更多优质源码】 web前端期末大作业: 【 毕设项目精品实战案例 (1000套) 】 程序员有趣的告白方式:【 HTML七夕情人节表白网页制作 (110套) 】 超炫酷的Echarts大屏可视化源码:【 echarts大屏展示大数据平台可视化(150套) 】 免费且实用的WEB前端学习指南: 【 web前端零基础到高级学习视频教程 120G干货分享】 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 坚持原创,热衷分享,初心未改,继往开来!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。 其中: (1) html文件包含:其中index.html是首页、其他html为二级页面; (2) css文件包含:css全部页面样式,文字滚动, 图片放大等; (3) js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>我的主页</title><link rel="stylesheet" type="text/css" href="style/style.css"/><script type="text/javascript" src="js/yi.js"></script></head><body><div id="outer"><table width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="900" height="90" valign="top"><!--DWLayoutEmptyCell--> </td> </tr></table><table width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="900" height="40" valign="top"><table class="nav" width="100%" height="40" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="100"> </td> <td width="100"> </td> <td width="100"> </td> <td width="100" class=""></td> <td width="100" class=""></td> <td width="100" class="td1"><a href="index.html">首页</a></td> <td width="100" class="td2"><a href="about.html">个人简介</a></td> <td width="100" class="td7"><a href="zuopin.html">我的作品</a></td> <td width="100" class="td4"><a href="music.html">音乐</a></td> </tr> </table></td> </tr></table><table width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="900" height="450" valign="top"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="450"> <param name="movie" value="flash/qipao.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed wmode="transparent" src="flash/qipao.swf" width="900" height="450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"> </embed> </object> </td> </tr></table><table id="footer" width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="900" height="50" valign="top">版权所有:<a href="#" target="_blank">XXZ</a> </td> </tr></table></div></body></html>
/* CSS Document */*{}body{ font-size: 13px; background-image: url(../images/bg.JPG); background-repeat: no-repeat; background-position: center top;}a{ text-decoration:none; color:#333333;}#outer{ width:900px; margin:0 auto; position:relative;}.nav td a{display:block; width:100px; height:40px;}.nav td a:hover{ background:#000000; color:#FFFFFF; display:block; width:100px; height:40px; font-size:15px;}.nav .td1{ background:#FFCC00; text-align:center; line-height:40px;}.nav .td2{ background:#FF0000; text-align:center; line-height:40px;}.nav .td3{ background:#0066FF; text-align:center; line-height:40px;}.nav .td4{ background:#33CC00; text-align:center; line-height:40px;}.nav .td5{ background:#00CC33; text-align:center; line-height:40px;}.nav .td6{ background:#FF00FF; text-align:center; line-height:40px;}.nav .td7{ background:#0066FF; text-align:center; line-height:40px;}.about{ margin-top:20px;}.about td{ height:30px; line-height:30px;}.about td:hover{ background:#FFFFFF; color:#000000;}.stars{ position:absolute; top:150px;}.fireworks{ position:absolute; top:150px; left:115px; width:650px;}.photo{ margin-top:20px;}.photo td:hover{ background:#000000; color:#ffffff;}.frd{ margin-top:20px;}#footer{ text-align:center; color:#CCCCCC;}
请 “ 点赞” “✍️评论” “ 收藏”
一键三连哦! 【 关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!关键词:模板,学生,作品,静态,简单,设计,大学生,布局