--- title: Uncomment HTML --- ## Uncomment HTML The comment topic is often a bit confusing at the start. Look at the example: ``` ``` You can use comment 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! ##### UNCOMMENT Uncomment means 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 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 (`