Say Hello to HTML Elements1

Tell us what’s happening:

Your code so far

<h1>Hello</h1>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 7.1.1; SM-N950N Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/say-hello-to-html-elements

Comment out your p element so that it is not visible on your page

Comment out your h1 element so that it is not visible on your page

Hello World

CatPhotoApp

Hello Paragraph

i do not know how to do first two points

@akkiiakbari

The challenge you posted was to change the header from “Hello” to “Hello World!”.

The information on the left is super helpful with solid examples.

When you get to the commenting challenge:

  1. how to comment, wrap what you want to comment with <!-- in front of it and --> after it
  2. what to comment or un-comment, read the challenge carefully and perform the right action on the right element (h1, h2, p . . . . )

Cheers,
-WWC

hi randel this is my very time that i have taken a coding in my life soo i need to understand the basic.
my question is what does it mean when i am asked to say hello to HTML Elements?