web前端期末大作业—— HTML+CSS豪华车 (9页)

🎉精彩专栏推荐 💭文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 Echarts大屏展示大数据平台可视化(150套) 】
🔖 HTML+CSS+JS实例代码: 【🗂️5000套HTML+CSS+JS实例代码 (炫酷代码) 继续更新中…】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】

🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



一、👨‍🎓网站题目

🚗汽车网站、🚘汽车介绍、🚍汽车官网、汽车租赁、企业网页 、等网站的设计与制作。


二、✍️网站描述

🏷️ 此作品为学生汽车网页设计题材,HTML+CSS 布局制作,web前端期末大作业,大学生网页设计作业源码,这是一个不错的网页制作,画面精明,代码为简单学生水平, 非常适合初学者学习使用。

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

  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结构代码


<!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=utf-8" />

<title>豪华汽车网</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
</script>
<bgsound src="music/zcys.mp3" loop="-1"/></head>


<body onload="MM_preloadImages('images/0H45GQ1-0.jpg');MM_popupMsg('欢迎光临!');MM_openBrWindow('5.html','','toolbar=yes,width=500,height=500')">



<div>
  <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td align="center"><img src="images/logo.jpg" width="960" height="120" /></td>
    </tr>
  </table>
</div>
<div>
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="30" align="center" bgcolor="#0099CC"><a href="index.html"><img src="images/11.png" width="129" height="25" border="0" /></a></td>
      <td align="center" bgcolor="#0099CC"><a href="1.html"><img src="images/12.png" width="129" height="25" border="0"/></a></td>
      <td align="center" bgcolor="#0099CC"><a href="2.html"><img src="images/16.png" width="129" height="25" border="0"/></a></td>
      <td align="center" bgcolor="#0099CC"><a href="3.html"><img src="images/14.png" width="129" height="25" border="0"/></a></td>
      <td align="center" bgcolor="#0099CC"><a href="4.html"><img src="images/13.png" width="129" height="25" border="0"/></a></td>
      <td align="center" bgcolor="#0099CC"><a href="5.html"><img src="images/15.png" width="129" height="25" border="0"/></a></td>
<td align="center" bgcolor="#0099CC"><a href="biaodan.html"><img src="images/17.png" width="129" height="25" border="0"/></a></td>
    </tr>
  </table>
</div><table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="25%" valign="top"><table width="90%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="30" align="left"><p><br />
          <a href="#">黄金跑车</a></p>
          <p><a href="#">劳斯莱斯</a></p>
          <p><a href="#">兰博基尼爱玛仕</a></p>
          <p><a href="#">奥迪派克峰</a></p>
          <p><a href="#">法拉利250</a></p>
          <p><a href="#">.雪铁龙C-Metisse</a></p>
          <p><a href="#">阿斯顿·马丁one-77</a></p>
          <p><a href="#">柯尼塞格CCXR 4.8T Trevita</a></p>
          <p><a href="#">布加迪威龙Gransports</a></p>
          <p><a href="#">柯尼塞格Agera 5.0T R</a></p>
          <p><a href="#">柯尼塞格CCXR 4.7T Edition </a></p>
          <p><a href="#">布加迪威龙标准版</a></p>
          <p><a href="#">柯尼塞格CCX 4.7T基本型</a></p>
          <p><a href="#">帕加尼Huayra标准版</a></p>
          <p><a href="#">帕加尼Zonda F</a></p></td>
      </tr>
    </table></td>
    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><br />          <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images/0H45GQ1-0.jpg',1)"><img src="images/6cb2b120xae3266136642%26690.jpg" name="Image9" width="670" height="502" border="0" id="Image9" /></a><br />
        <br />        
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;豪华车是英文Luxury Cars或Limousine的直译,通常指D级车。D级车轴距一般在3000mm以上;发动机排量大于3.0升。比较常见的D级豪华车有:奔驰S级、宝马7系、奥迪A8、雷克萨斯LS、捷豹XJ等等。而超级豪华车系列,价格应该在12万英镑以上,也就是在20万-30万美元以上,换算成人民币,都是200万以上的车,例如奔驰S65 AMG、宝马760、奥迪A8L W12、迈巴赫齐柏林、劳斯莱斯幻影、但现在豪华车的具体概念已越来越模糊,很多人认为只要是豪华品牌生产的车型就是豪华车。<br />
          <br /></td>
      </tr>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>        </tr>
      </table></td>
  </tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" align="center">&copy; <a href="index.html">豪华汽车网</a>  &nbsp;<a href="map.html">网站地图</a> </td>
  </tr>
</table>
</body>
</html>



💒CSS样式代码


body {
	background-image: url(images/body2.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 14px;
	color: #666;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #30F;
}
a:active {
	text-decoration: none;
	color: #F90;
}
#apDiv2 {
	position:absolute;
	width:925px;
	height:16px;
	z-index:1;
	left: 136px;
	top: 712px;
}
bbb {
	font-size: 12px;
}



.sitemap-item
{
	overflow:hidden;
	font-size:14px;
}

.sitemap-item h2
{
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	font-weight:700;
	font-family:"Microsoft Yahei";
	border-bottom:1px solid #f0f0f0;
	background-color:#fcfcfc;
	padding:0 15px;
}

.sitemap-list
{ background:#FFF;
	width:960px;
	line-height:24px;
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding:19px;
}

.sitemap-list dt
{
	float:left;
	width:65px;
	overflow:hidden;
	font-weight:700;
	color:#0770ba;
}

.sitemap-list dd
{
	float:right;
	width:895px;
	overflow:hidden;
}

.sitemap-list li
{
	width:149px;
	float:left;
}

#content-area{
	width:908px;
	margin:20px auto 40px auto;
	border:#b6cddd 1px solid;
}

#reg-title{
	width:100%;
	height:38px; line-height:38px; text-indent:3em; color:#FFF;
	background:#498bc5;
}

.pp-form{
	margin:40px 60px 0 60px;
	padding-bottom:40px;
}

.pp-form div{
	height:30px;
	line-height:30px;
}

span.required{
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0 20px 0 4px;
	padding-top:2px\9;
	color:red;
	float:left;
}
.pp-form div{margin:10px 0px;}
.pp-form label{
	display:block;
	width:72px;
	height:30px;
	line-height:30px;
	text-align:right;
	color:#3f50aa;
	font-size:14px;
	float:left;
}
	
.pp-form input{
	width:303px;
	height:20px;
	line-height:20px;
	border:#b6cddd 1px solid;
	padding:4px;
	float:left;
}
.pp-form textarea{
	width:303px;
	height:120px;
	line-height:20px;
	border:#b6cddd 1px solid;
	padding:4px;
	float:left;
}


input#reg-vc{
	width:100px;
	float:left;
}

#v-code{
	width:100px;
	height:30px;
	margin:0 0 8px 8px;
	background-color:#999999;
	float:left;
}

.form-tip{
	clear:both;
	display:block;
	margin:8px 0 14px 100px;
	color:grey;
}

.pp-form input.checkbox{
	width:auto;
	margin:4px 8px 0 100px;
	vertical-align:middle;
	padding:0;
	border:none;
}

.green-btn-l{
	display:block;
	width:109px;
	height:41px;
	line-height:41px;
	margin:20px 0 0 100px;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.ah span{float:left; width:150px; margin-left:20px;}
.ah input{float:left; width:50px;}
input.submit{height:35px; line-height:35px; width:150px; margin:20px;}





六、🥇 如何让学习不再盲目

第一、带着目标去学习,无论看书报课还是各种线下活动。
首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

第二、学习要建立个人知识体系
知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

第三、学到了就要用到

有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


七、🎁更多干货

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

2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

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

在这里插入图片描述

  • 16
    点赞
  • 26
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值