How do i put my h1 element should be before your h2 element

Tell us what’s happening:
Describe your issue in detail here.
Your h1 element should be before your h2 element. I don’t understand what its wanting me to do I am new to coding and wanting to learn but I don’t get a clear answer when looking it up on google or from the help on the get help opinion so what do i do

Your code so far

<h2>"Hello World"</h2>

<h1>Hello World<h1/>
<h2>CatPhotoApp<h2/>
<h1>"Hello World"</h2>


Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13597.105.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.208 Safari/537.36

Challenge: Headline with the h2 Element

Link to the challenge:

Hi @Coding_is_hard !

Welcome to the forum!

I would reset the lesson.

underneath the h1 you will create an h2 element with the text “CatPhotoApp”

<h1>Hello World</h1>
H2 ELEMENT GOES HERE

You were close here but your end tag was incorrect.

This is how to write an end tag </h2>

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.