diff --git a/guide/english/html/index.md b/guide/english/html/index.md index 70ba1a6c33..69808beab5 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -36,6 +36,7 @@ HTML5 introduced a host of semantic elements. As discussed, HTML provides meanin ``` +In HTML tags come in pairs, as seen above. The first tag in a pair is called the *start tag* or the *opening tag*,and the second tag is called the *end tag* or the *closing tag*. The later comes with a forward slash, which is inserted before the tag name. !DOCTYPE html: Defines this document to be HTML5