After complete one task how to create next element

Tell us what’s happening:

Your code so far


<h1>hello world</h1>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/headline-with-the-h2-element

how go for h2 element

Just hit enter at the end of line 1 and start typing!
-J

You shouldn’t change the original code, as that would stop you from passing the tests
This is the starting code:

<h1>Hello World</h1>

This is an h1 element
To this you should add a new element, an h2. h2 elements have also an opening and closing tag, not much different from h1, but they will appear differently on the web page - try it yourself!