Build a Curriculum Outline - Step 2

Tell us what’s happening:

I don’t understand what to do, so please help me

Your code so far


<!-- User Editable Region -->

Welcome to freecode camp </h1>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 13; Redmi 12C Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.79 Mobile Safari/537.36 XiaoMi/MiuiBrowser/14.51.0-gn

Challenge Information:

Build a Curriculum Outline - Step 2

you start in this step with the text Welcome to freeCodeCamp, right?

make sure you are not changing the text, you can use the reset button if you need to

you need to add the h1 start tag <h1> before the text, and the end tag aftet the text </h1>, the example shows how it should look like after the changes

Hey Buddy See here this the example given here in which you can see the open and close tag of h1 tag

<h1>Welcome to freeCodeCamp</h1>

Here is your code which is written over here you can see them….

Now you can see directly what you need to add in your code.

Hope You Understand.