代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
<style>
4
body
5
{
6
background:url(/static/i/css3/img_flwr.gif);
7
background-size:80px 60px;
8
background-repeat:no-repeat;
9
padding-top:40px;
10
}
11
</style>
12
13
<p>
14
Lorem ipsum,中文又称“乱数假文”, 是指一篇常用于排版设计领域的拉丁文文章 ,主要的目的为测试文章或文字在不同字型、版型下看起来的效果。
15
</p>
16
<p>原始图片: <img src="/static/i/css3/img_flwr.gif" alt="Flowers" width="224" height="162"></p>
17
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
18