You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pxr3c4n65/p.html

12 lines
276 B

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Hello World</title>
</head>
<html>
<body bgcolor="yellow">
<h1 align="center">这是一个一级标题</h1>
<p>这是第1个段落。</p>
<p>这是第2个段落。</p>
</body>
</html>