<html>
<head>
meta http equiv="content type" content="html/text"
<title>制作我的第一个网页<title/>
<head/>
<body>
<h>Hello World<h/>
<body/>
<html/>
结束标签的斜杠不应该是在前面吗?
<html>
<head>
meta http equiv="content type" content="html/text"
<title>制作我的第一个网页</title>
</head>
<body>
<h>Hello World</h>
</body>
</html>
不对,正确的应该是
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">