這樣是對(duì)的嗎?
<html>
<head>
meta ?http ?equiv="content type" ?content="html/text"?
?<title>制作我的第一個(gè)網(wǎng)頁<title/>
<head/>
<body> ??
<h>Hello World<h/>
<body/>
<html/>
<html>
<head>
meta ?http ?equiv="content type" ?content="html/text"?
?<title>制作我的第一個(gè)網(wǎng)頁<title/>
<head/>
<body> ??
<h>Hello World<h/>
<body/>
<html/>
2017-06-26
舉報(bào)
2017-07-05
?<h>Hello World</h>這個(gè)錯(cuò)了 你要寫是h幾
2017-06-26
<html>
? ? ? ? <head>
? ? ? ? ? ? ? ?meta ?http ?equiv="content type" ?content="html/text"?
? ? ? ? ? ? ?<title>制作我的第一個(gè)網(wǎng)頁</title>
? ? ? ? ?</head>
? ? ? ? ? <body> ??
? ? ? ? ? ? ?<h>Hello World</h>
? ? ? ? ? ?</body>
</html>
"/”位置都在前面
2017-06-26
<html>
????<head>
????????<meta ?http -equiv="Content-Type" ?content="html/text;charset=utf-8 " >
??? ????<title>制作我的第一個(gè)網(wǎng)頁</title>
??? </head>
????<body> ??
????????????<h1>Hello World</h1>
????</body>
</html>
2017-06-26
<html>
<head>
meta ?http ?equiv="content type" ?content="html/text"?
?<title>制作我的第一個(gè)網(wǎng)頁</title>
</head>
<body> ??
<h>Hello World</h>
</body>
</html>
2017-06-26
標(biāo)簽中的“/”位置錯(cuò)了,如<html/>應(yīng)該改為</html>
2017-06-26
<meta ?http ?equiv="content type" ?content="html/text" />