How to create h1 element to h2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36.

Challenge: Headline with the h2 Element

Link to the challenge:

Hi @12012007CbC !

Welcome to the forum!

The issue is with the end tags here

Open and closing tags need to match.

<h1>I need to match</h1>

Make sense?

Hello there.

Do you have a question? It just says “Describe your issue in detail here”

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

<h1> needs a matching </h1> end tag. Same goes for the h2 element

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