web前端开发技术实验与实践(第三版)储久良编著 课外拓展训练3

这是一篇关于web前端开发的课外拓展训练,作者通过实例展示了如何创建一个桂林风景展览的网页。实训内容包括页面的文字素材组织和代码实现,最终呈现了页面的效果截图。
摘要由CSDN通过智能技术生成

实训三 课外拓展训练3.1

一、页面文字素材:

桂林风景展览

二、代码:

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>桂林风景展览</title>
		<style type="text/css">
			.div1{
				width: 1500px;
				height: 700px;
				margin: 0px auto;
				text-align: center;
				background-color: orange;
			}
			h3{
				color: orangered;
				text-align: center;
			}
			ul{
				margin: 0 auto;
				width: 520px;
				list-style-type: none;
				height: 150px;
				text-align: center;
			}
			li{
				text-align: center;
				float: left;
				width: 120px;
				height: 30px;
			}
			img{
				border: 0px;
				width: 100px;
				height: 100px;
			}
			a{color: #ffffff;text-decoration: none;}
			a:link,a:visited,a:active{color: #0033cc;}
		</style>
	</head>
	<body>
		<div class="div1">
			<br />
			<h3>桂林风景展览&
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值