![]()
<!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" xml:lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>网页标题</title>
<meta name="keywords" content="关键字列表" />
<meta name="description" content="网页描述" />
<link rel="stylesheet" type="text/css" href="" />
<style type="text/css"></style>
<script type="text/javascript"></script>
</head>
<!-- 一,简述如何保证网页不出现乱码
答:1,编辑器的编码环境要与字符的编码环境一样。2,告诉浏览器是使用当前的编码方式来解析这个网页文件。
-->
<body align="center">
<h1>公司相册展示效果图</h1>
<hr/>
<pre>
<a href="01.jpg" target="_seif"><img src="01.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="02.jpg" target="_seif"><img src="02.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="03.jpg" target="_seif"><img src="03.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a>
<a href="04.jpg" target="_seif"><img src="04.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="05.jpg" target="_seif"><img src="05.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="06.jpg" target="_seif"><img src="06.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a>
<a href="07.jpg" target="_seif"><img src="07.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="08.jpg" target="_seif"><img src="08.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a><a href="09.jpg" target="_seif"><img src="09.jpg" width="300" height="195" hspace="10px" vspace="10px" /></a>
<pre>
</body>
</html>