講解的處的圖片input標簽沒有閉合???
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-email</title>
</head>
<body>
? ? <input type="email"/>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-email</title>
</head>
<body>
? ? <input type="email"/>
</body>
</html>
2022-06-24
舉報
2022-06-29
應該是標不標準的問題,瀏覽器都能識別出來,最好的是寫上“/”,讓它閉合。
2022-06-26
<body>
? ? <input type="email"/>
</body>
我感覺把email后面的/刪除即可。