--- title: Uncomment HTML --- ## Uncomment HTML The comment topic is often a bit confusing in the beginning. Let's look at an example: ``` ``` You can use comments in-line too: `` and here it is! 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 to take things out from the comment text: to uncomment the h3 element of the following sentence (which is all commented out): ``` ``` is as easy as: ```

Comment subtle

``` Notice how a closing 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 (`