代码编辑器:
x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>简单教程(twle.cn)</title>
6
</head>
7
<body>
8
<h1 style="font-family:verdana;">一个标题</h1>
9
<p style="font-family:arial;color:red;font-size:20px;">一个段落。</p>
10
</body>
11
</html>
12
<html>
<head>
<meta charset="utf-8">
<title>简单教程(twle.cn)</title>
</head>
<body>
<h1 style="font-family:verdana;">一个标题</h1>
<p style="font-family:arial;color:red;font-size:20px;">一个段落。</p>
</body>
</html>