Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
ch6
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Sep 4, 2017
1 parent 7ab86d9 commit 792d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6.md
Expand Up @@ -56,7 +56,7 @@

节点之间的关系由文档的结构决定。在上面的例子中,第一个节点称为根,是`<html>`标签,它包含指向所包含两个节点的链接, `<head>``<body>`;这些节点是根节点的子节点。

`<head>`节点有一个孩子`<title>``<body>`节点有一个孩子`<p>`(代表“段落”)。图 6.1 以图形方式表示该树。
`<head>`节点有一个子节点`<title>``<body>`节点有一个子节点`<p>`(代表“段落”)。图 6.1 以图形方式表示该树。

![](img/6-1.jpg)

Expand Down

0 comments on commit 792d38f

Please sign in to comment.