源码获取 文末联系

Web前端开发技术
描述 网页设计题材,DIV+CSS 布局制作,HTML+CSS网页设计期末课程大作业 | 家茶文化网站 | 中华传统文化题材 | 京剧文化水墨风书画 | 中国民间年画文化艺术网站 | 等网站的设计与制作 | HTML期末大学生网页设计作业

  1. HTML:结构

  2. CSS:样式
    在操作方面上运用了html5和css3,
    采用了div+css结构、表单、超链接、浮动、绝对定位、相对定位、字体样式、引用视频等基础知识

  3. JavaScript:做与用户的交互行为

文章目录

  • 前端学习路线
  • 网页基本结构
  • 网页演示
    • HTML结构代码
  • 学的反而越迷茫
  • 学习更多


前端学习路线

(1)html文件:其中index.html是首页、其他html为二级页面;
(2)css文件:css全部页面样式,文字滚动, 图片放大等;
(3)js文件:js实现动态轮播特效, 表单提交, 点击事件等等(网页中运用到js代码)

网页基本结构

(1)首页:进入网页中看到的第一个页面(LOGO、公司名称、导航、banner、新闻、相关信息、底部信息、banner一般是5个  
(2)二级页面:从首页点击进入之后的页面叫做二级页面
(3)三级页面:从二级页面点击进入的页面

网页html:网页是构成网站的基本元素,是承载各种网站应用的平台。通俗地说,网站就是由网页组成的
首页网站:首页是一个网站的入口网页,故往往会被编辑得易于了解该网站多数作为首页的文件名是index加上扩展名
导航菜单:是指位于页面顶部或者侧边区域的,也称之为导航栏,它起着链接站点或者软件内的各个页面的作用.
网页页脚:是网页中每个页面的底部的区域。常用于显示附加信息。如作者、备案号等。


网页演示





HTML结构代码



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>开始</title>
<style type="text/css">
<!--
@import url("ss.css");
body,td,th {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	font-weight: lighter;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FF0000;
}
body {
    background-image: url("图片/beijing.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.STYLE1 {	color: #FFFFFF;
	font-weight: bold;
}
.STYLE2 {	font-size: 14px;
	font-family: "新宋体";
}
.STYLE3 {font-size: 20px; font-family: "新宋体"; font-weight: bold; }
.STYLE4 {
	color: #FFFFFF
}
.qwe {
	color: #0066CC;
}
.STYLE5 {
	color: #000000;
	font-size: 36px;
}
#box table tr td table tr td table tr td p strong {
	font-size: 36px;
	font-weight: bold;
}
#box table tr td table tr td table tr td p {
	font-size: 18px;
}
#box table tr td table tr td table tr td p span {
	font-size: 36px;
	font-weight: bold;
}
.红色 {
	color: #FF0000;
}
.加粗 {
	font-weight: bold;
}
-->
</style>
</head>

<body>
<div id="box" style="background:#CCCCCC; width:1000px; margin:0 auto;">
<table width="1000" height="222" border="0" cellspacing="0">
  <tr>
  <tr>
    <td height="218" background="images/background.jpg"><img src="图片/导入.jpg" width="1000" height="450" /></td>
  </tr>
  </tr>
</table>
<table width="300" height="40" border="0" cellspacing="0" style="margin:0 auto; background:#cc0000;">
  <tr>
   
    <td width="20%"><div align="center" class="STYLE1"><a href="新中国.html">点击走近大美中国</a></div></td>
    
    
 
    
  </tr>
</table>   <div style="width: 1000px;height: 760px;margin: 0px auto;">
        <video src="图片/1.mp4" type="图片" controls autoplay width="1000px" height="760px" >
            抱歉,你的浏览器不支持video标签。。
        </video>
    </div>


</div>
<hr size="1" color="#FF0000">
<p align="center" class="加粗" >联系Email:wangdalu008@gmail<a class="STYLE1" href="mailto:wangdalu008@gmail?subject=hello">给我发邮件</a></p>
</body>
</html> 
<script ></script>


学的反而越迷茫

有这种感觉很正常,因为你还没有真正去公司里面待过,也不清楚自己到底要学多少东西才能胜任公司里面给你分配的活。我从你的表述来看,你的基础应该还是很扎实的。跟着网上那种全套的视频教程学肯定没有问题。

当你以后真正进入公司,发现工作的难度和量大约只有你学习时期的大约20%,你可能就会发出一声叹息:原来工作也不过如此嘛。

这是很正常的,因为大部分公司是招你进去去干活的,写业务的,不是让你一个新人去研发公司架构的。都是现成的东西,你要做的就是在别人的教导下,手把手的指挥下去添砖加瓦。到时候你恐怕要惊呼:就这?

所以,放松心态吧,好好享受大学时光
—————————————————


学习更多

关注我 | 点赞博文 | 每天带你涨知识


更多推荐

大一作业HTML网页作业:中华传统文化题材网页设计(纯html+css实现)