From 226de565f1ba229a07613ae465a72f7b07340339 Mon Sep 17 00:00:00 2001 From: UrszulaSury <44338500+UrszulaSury@users.noreply.github.com> Date: Mon, 3 Dec 2018 19:41:43 +0100 Subject: [PATCH] Add information to the second paragraph. (#25187) --- guide/english/html/index.md | 1 + 1 file changed, 1 insertion(+) 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