diff --git a/xml.html b/xml.html index c3399ee..7f11209 100755 --- a/xml.html +++ b/xml.html @@ -103,7 +103,7 @@ mark{display:inline} </foo>
  1. This is the start tag of the foo element. -
  2. This is the matching end tag of the foo element. Like balancing parentheses in writing or mathematics or code, every start tag much be closed (matched) by a corresponding end tag. +
  3. This is the matching end tag of the foo element. Like balancing parentheses in writing or mathematics or code, every start tag must be closed (matched) by a corresponding end tag.

Elements can be nested to any depth. An element bar inside an element foo is said to be a subelement or child of foo.