HTML仿腾讯微博首页(Dreamweaver网页作业)

🎉精彩专栏推荐 💭文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



一、👨‍🎓网站题目

👩‍🔬个人博客网站、👨‍🔬个人主页介绍、个人简介、个人博客设计制作 、等网站的设计与制作。


二、✍️网站描述

🏷️ 大学生个人HTML网页设计作品,采用DIV CSS布局制作,页面主体内容区域宽度为1200PX。网页整体使用CSS设置了网页背景图片。页面精美包含多个排版布局,学生网页作业水平制作。

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

  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>
<style type="text/css">
#weibo {
     
	position: absolute;
	width: 100%;
	height: 1198px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#weibo #top {
     
	height: 55px;
	width: 100%;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fa7d3c;
	border-bottom-width: 1px;
	border-bottom-color: #e9e9e9;
}

#weibo #a1170 #a115 #daohang01 {
     
	height: 38px;
	width: 115px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #FFF;
	line-height: 38px;
	text-align: center;
	background-color: #fc4432;
	border-radius: 3px;
}
.d_over{
     
	background-color:#fc3f31;
}
.d_out{
     
	background-color:#ffffff;
}
a.white:link {
     
	color: #353535;
	text-decoration: none;
}
a.white:visited {
     
	text-decoration: none;
	color: #353535;
}
a.white:hover {
     
	text-decoration: none;
	color: #ffffff;
}
a.white:active {
     
	text-decoration: none;
}
#weibo #a1170 #a690 #banner {
     
	height: 300px;
	width: 690px;
}
#weibo #a1170 #a690 #pubuliu {
     
	height: 195px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}
#weibo #a1170 #a340 #degnlu {
     
	height: 288px;
	width: 300px;
	margin-top: 25px;
	margin-left: 13px;
	background-color: #ffffff;
}
#weibo #a1170 #a340 #a300_544 {
     
	height: 544px;
	width: 300px;
	margin-top: 16px;
	margin-left: 13px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FE813F;
}
xiaozi {
     
	font-family: "微软雅黑";
	font-size: 11px;
	color: #CCC;
}
.a_xiaozi {
     
	font-family: "微软雅黑";
	font-size: 12px;
	color: #999;
}
#weibo #down {
     
	height: 140px;
	background-color: #f2f2f5;
	width: 100%;
	margin-top: 30px;
}
#weibo #down #down966 {
     
	height: 140px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}
</style>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript">
function MM_popupMsg(msg) {
      //v1.0
  alert(msg);
}
</script>
</head>

<body>
<div id="weibo">
  <div id="top">
    <div id="sousuolan">
      <table width="1236" border="0">
        <tr>
          <td width="156" height="49"><a href="index.html"><img src="images/logo.jpg" width="137" height="49" border="0" /></a></td>
          <td width="392"><label for="textfield"></label>
          <input name="textfield" type="text" class="sousuo" id="textfield" value="大家都在搜索:苹果反对对华加征关税" size="53" /></td>
          <td width="176" class="biaopti"><a href="#"><img src="images/sousuo.png" alt="" width="29" height="29" /></a></td>
          <td width="28" class="biaopti"><img src="images/shouye.jpg" width="25" height="25" /></td>
          <td width="34" class="biaopti"><a href="#">首页</a></td>
          <td width="18">&nbsp;</td>
          <td width="32" class="biaopti"><img src="images/shipin.jpg" width="25" height="25" /></td>
          <td width="39" class="biaopti"><a href="#">视频</a></td>
          <td width="15">&nbsp;</td>
          <td width="26" class="biaopti"><img src="images/faxian.jpg" width="25" height="25" /></td>
          <td width="45" class="biaopti">
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值