<h1>HelloHello World</h1>

Tell us what’s happening:

Why does it give me double “Hello”?

Your code so far


<h1>HelloHello World 
    
</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; LYA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Mobile Safari/537.36.

Challenge: Say Hello to HTML Elements

Link to the challenge:

Hey @tsakanilindsay!
Welcome to the Forum!

Please explain your problem more.

Because there are two Hello

<h1>HelloHello World 
    1       2
</h1>
1 Like

Hi , welcome to Free Code Camp.
The exercise says: To pass the test on this challenge, change your h1 element’s text to say “Hello World”.
So you must change it form Hello to Hello World. Just delete the first Hello and you should be good.

1 Like

Hi, there,
if you delete one of your “hello”, it doesn’t work?

1 Like

fixed it now thanks.

1 Like