From 8635a777c6721cc36b2619445cb26de728b289dd Mon Sep 17 00:00:00 2001 From: Dominick Designs Websites & Tech Training Seminars LLC <1271949+dominick-designs@users.noreply.github.com> Date: Fri, 8 Mar 2019 18:24:42 -0500 Subject: [PATCH] grammatical-clean-up-added-few-sentences.md (#29078) fixed grammatically errors. edited sentences to make the flow clearer added few sentences. --- .../uncomment-html/index.md | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/basic-html-and-html5/uncomment-html/index.md b/guide/english/certifications/responsive-web-design/basic-html-and-html5/uncomment-html/index.md index dfc257b7f1..87ba7a2ed1 100644 --- a/guide/english/certifications/responsive-web-design/basic-html-and-html5/uncomment-html/index.md +++ b/guide/english/certifications/responsive-web-design/basic-html-and-html5/uncomment-html/index.md @@ -3,22 +3,23 @@ title: Uncomment HTML --- ## Uncomment HTML -The comment topic is often a bit confusing at the start. -Look at the example: +The comment topic is often a bit confusing in the beginning. + +Let's look at an example: ``` +everything between the first less than sign followed by exclamation mark and the last greater than sign is commented out --> ``` -You can use comment in-line too: `` and here it is! +You can use comments in-line too: `` and here it is! -The only thing to consider is that when you see this set of char ``; these are the opening and closing tag of an HTML element! +The only thing to consider is that when you see this set of characters ``; these are the opening and closing tag of an HTML element! ##### UNCOMMENT -Uncomment means take things out from the comment text: to uncomment the h3 element of the following sentence (which is all commented out): +Uncomment means to take things out from the comment text: to uncomment the h3 element of the following sentence (which is all commented out): ``` ``` @@ -28,10 +29,13 @@ is as easy as:

Comment subtle

``` -Notice how it has been added a closing comment tag (`-->`) before the h3 HTML element to match the opening comment tag at the start of the sentence and added an opening comment tag (``) has been added before the h3 HTML element to match the opening comment tag at the start of the sentence? We also added an opening comment tag (`