<html>
<head>
meta http equiv="content type" content="html/text"
<title>制作我的第一个网页<title/>
<head/>
<body>
<h>Hello World<h/>
<body/>
<html/>
<h>Hello World</h>这个错了 你要写是h几
<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;charset=utf-8 " >
<title>制作我的第一个网页</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
<html>
<head>
meta http equiv="content type" content="html/text"
<title>制作我的第一个网页</title>
</head>
<body>
<h>Hello World</h>
</body>
</html>
标签中的“/”位置错了,如<html/>应该改为</html>
<meta http equiv="content type" content="html/text" />