Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zh-CN/step_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ line_numbers: false

--- /code ---

This HTML is incorrect because the `</div>` appears before the closing `</p>` tag.
这个 HTML 不正确,因为 `</div>` 出现在结束 `</p>` 标签之前。

--- code ---
---
Expand All @@ -28,4 +28,4 @@ line_numbers: false

--- /code ---

**Tip:** If your HTML is incorrect, then sometimes a web browser will work out what you meant. You should still make sure your HTML is correct as incorrect HTML might cause problems later. Incorrect HTML also makes it difficult for screen readers to understand your page.
**提示:**如果你的 HTML 不正确,那么有时 Web 浏览器会尝试推测你的预期效果。你仍然应该确保你的 HTML 是正确的,因为不正确的 HTML 可能会在以后引起问题。不正确的 HTML 也会使屏幕阅读器难以理解你的页面。