From 3c24da1db0ed720adc77bf345d3f42661b98c40f Mon Sep 17 00:00:00 2001 From: J <19278162+teslamaniac@users.noreply.github.com> Date: Fri, 18 Jan 2019 13:55:13 +1100 Subject: [PATCH] add explaination of example (#32501) --- guide/english/html/elements/comment-tag/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/html/elements/comment-tag/index.md b/guide/english/html/elements/comment-tag/index.md index f6f48919c0..a7911e064c 100644 --- a/guide/english/html/elements/comment-tag/index.md +++ b/guide/english/html/elements/comment-tag/index.md @@ -26,3 +26,4 @@ Comments can also be used to make code inactive without having to delete it enti --> ``` +The example would display "Hello Friends", but "Hello Campers" and "Hello Paragraph" would not be displayed as they are comments, and are only visible in code or Inspect Element.