Say Hello to HTML Elements 123

Tell us what’s happening:

What is going on
Your code so far
<h1>Hello World</h1>
Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36.

Link to the challenge:

@tariq

I feel like you are missing the emphasis on the end (!) . . .

<h1>Hello World!</h1>

A text parser is going to look at every character to validate. One character being off, is a no pass condition.

Cheers!

-WWC

thanks for the help you offered to me .
that means hello world can be written in HTML element as

Hello World

Ive tried that a few times, but it still reads running tests

I tried

Hello World

and

“Hello World”.

and nothing happens.It appears to stay stuck on running tests. What should I do?

Im using html code and intertnet explorer