临期末的,有好多web新手的小伙伴们很是发愁,网上找吧 要么付费的,要么就很复杂,根本就不像自己能做出来的。看了我这个资源或许就可以解决你这个问题喽!

作品介绍:

1.网页标题:绿色清新个人博客div+css模板

2.网页作品编辑方面:此作品为学生个人主页网页设计题材,代码为简单学生水平 html+css 布局制作,作品下载后可使用任意HTML编辑软件(例如:DW、HBuilder、NotePAD 、Vscode 、Sublime 、Webstorm 所有编辑器均可使用)

3.网页作品布局方面:网页布局整体为LOGO、导航、主体内容布局。子页面多种布局,兴趣爱好内容使用图片列表布局,成绩页面插入了表格,联系我们使用图片对齐方式设置了左对齐。

4.网页作品技术方面:使用CSS制作了网页背景图、鼠标经过及选中导航变色效果、下划线等。 首页制作了留言表单,同时简单使用JavaScript制作了表单判断(提交时表单不能为空)

作品演示:

代码目录


代码实现


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>绿色清新个人css div模板 by 85biye</title>
<meta name="keywords" content="css模板,css教程,cssdiv模板,css" />
<meta name="description" content="帮我毕业网专业的css模板下载站!" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
	<div id="header">
		<h1><a href="#">绿色清新个人css div模板</a></h1>
		<h2><a href="http://www.85biye/">by 85biye </a></h2>
	</div>
	<div id="content">
		<div id="colOne">
			<div id="menu">
				<ul>
					<li><a href="#" accesskey="1" title="">首页</a></li>
					<li><a href="#" accesskey="2" title="">About Us</a></li>
					<li><a href="#" accesskey="3" title="">Products</a></li>
					<li><a href="#" accesskey="4" title="">Services</a></li>
					<li><a href="#" accesskey="5" title="">Contact Us</a></li>
				</ul>
			</div>
			<div class="latest-post">
				<h2>Welcome to Sweet Garden!</h2>
				<p><strong>Sweet Garden</strong> is a free template from <a href="http://www.85biye/"><strong>帮我毕业网</strong></a> welcome to<a href="http://www.85biye/"><strong>帮我毕业网</strong></a>and and<a href="http://www.85biye/"><strong></strong></a>Enjoy :)</p>
				<p class="file"><small>Posted by <a href="#">Anonymous</a> at 3:19PM | <a href="#">4 comments</a></small></p>
			</div>
			<div class="post">
				<h3>Donec Gravida Mollis Sem</h3>
				<p>Aliquam erat volutpat. Aliquam suscipit erat ac nunc. Aliquam molestie ligula a turpis sollicitudin semper. Etiam ac sem. Nulla facilisi. Vestibulum scelerisque ante sed enim&#8230;</p>
				<p class="file"><small>Posted by <a href="#">Anonymous</a> at 3:19PM | <a href="#">4 comments</a></small></p>
			</div>
			<div class="post">
				<h3>Class Aptent Taciti</h3>
				<p>Quisque nulla odio, vehicula ultricies, nonummy et, placerat vitae, mauris. Fusce vulputate varius magna. Nam sit amet dolor. Aenean semper. Lorem ipsum dolor sit amet&#8230;</p>
				<p class="file"><small>Posted by <a href="#">Anonymous</a> at 3:19PM | <a href="#">4 comments</a></small></p>
			</div>
		</div>
		<div id="colTwo">
			<h3>Etiam suscipit et</h3>
			<ul>
				<li><a href="#">Rhoncus ac lacinia nisl</a></li>
				<li><a href="#">Aliquam gravida massa eu</a></li>
				<li><a href="#">Sed eu eros imperdiet eros</a></li>
				<li><a href="#">Interdum blandit vivamus</a></li>
				<li><a href="#">Sagittis bibendum erat</a></li>
				<li><a href="#">Curabitur malesuada</a></li>
				<li><a href="#">Nunc pellentesque</a></li>
				<li><a href="#">Sed vestibulum blandit nisl</a></li>
				<li><a href="#">Quisque elementum</a></li>
				<li><a href="#">Onvallis purus suspendisse</a></li>
				<li><a href="#">Potenti donec nulla est</a></li>
				<li><a href="#">Laoreet quis pellentesque</a></li>
				<li><a href="#">Ipsum dolorem sagittis</a></li>
				<li><a href="#">Turpis q uis Gravida Massa</a></li>
				<li><a href="#">Inerat piverra ornaris</a></li>
			</ul>
			<h3>Ipsum dolor sagittis</h3>
			<ul>
				<li><a href="#">Nunc pellentesque</a></li>
				<li><a href="#">Sed vestibulum blandit nisl</a></li>
				<li><a href="#">Quisque elementum</a></li>
			</ul>
			<p>&nbsp;</p>
		</div>
		<div style="clear: both;">&nbsp;</div>
	</div>
	<div id="footer">
		<p>Copyright &copy; 2014 Sweet Garden. Designed by <a href="http://www.85biye"><strong>85biye</strong></a> welcome to<a href="http://www.85biye/"><strong>帮我毕业网</strong></a>and link to and from<a href="http://www.85biye/"><strong></strong></a>Enjoy :)</p>
	</div>
</div>
</body>
</html> 

更多推荐

html网页设计制作大作业(div+css)个人博客(1个页面)