代码编辑器:
x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>简单教程(twle.cn)</title>
6
</head>
7
<body>
8
<p>This is a paragraph.
9
<p>This is a paragraph.
10
<p>This is a paragraph.
11
12
<p>不要忘记关闭你的 HTML 标签!</p>
13
14
</body>
15
</html>
16
<html>
<head>
<meta charset="utf-8">
<title>简单教程(twle.cn)</title>
</head>
<body>
<p>This is a paragraph.
<p>This is a paragraph.
<p>This is a paragraph.
<p>不要忘记关闭你的 HTML 标签!</p>
</body>
</html>