HTML实体
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
在页面中, 表示段落使用:<p>
<©¾&
</body>
</html>
本文展示了HTML实体的使用,例如` `表示空格,`<p>`用于定义段落,还提及了HTML文档的基本结构和字符编码(UTF-8)。
2203

被折叠的 条评论
为什么被折叠?



