From ffd13f29ae3d891ffefa65b0603b9b0fa350ea0d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 27 Aug 2009 16:23:30 -0400 Subject: [PATCH] typo --- xml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.