Am new and green in the cording world

Tell us what’s happening:

Your code so far


<h1> <wrld/>

Your browser information:

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

Challenge: Say Hello to HTML Elements

Link to the challenge:

Hey @kariuki!
Welcome to the Forum!

I would reset the lesson
Without doing anything to h2 tag
Just the text "World " next to “Hello”

1 Like

Welcome to FreCodeCamp!
When you are using HTML tags you, in most cases you have to close the tag. example: <h1> text here </h1>

1 Like

Hello World

should do it.

Oops, I don’t know how to show it here.