首页 > 其他 > 详细

预排版效果

时间:2016-11-26 03:08:50      阅读:269      评论:0      收藏:0      [点我收藏+]

技术分享

<!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>

 

预排版效果

原文:http://www.cnblogs.com/pengxin/p/6103416.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!