This commit is contained in:
lucky 2024-09-24 17:43:08 +08:00 committed by GitHub
commit 304bbdb11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ HTML标签是分等级的HTML将所有的标签分为两种
<p>
我是一个小段落
<h1>我是一级标题</h1>
<h2>块级元素不能放p段落标签里面</h2>
</p>
```