diff --git a/guide/english/html/elements/comment-tag/index.md b/guide/english/html/elements/comment-tag/index.md index f6f48919c01..a7911e064c6 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.