--- 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: ```