Run Tests on cirriculum

Hello everyone, I am new to free code camp and I encountered something on the cirriculum that is not allowing me to continue. Whenever I press run tests on the first activity where it asks you to type in hello world, it just says that it is running the test but never allows me to continue. I believe I am doing it correctly but don’t know what I am doing wrong. If anyone knows what I am doing incorrectly I would greatly appreciate it.

Welcome to the forum @davideld96.

Can you show us your code?

Yes, I apologize for not showing it earlier. Here it is.

Hello World

It is like this.

hello world

without the spaces

(h1) hello world (/h1) instead of those i used these <>

To pass the test on this challenge, change your h1 element’s text to say “Hello World”

You must hold the h1 tags, just change the text between the tags.

http://forum.freecodecamp.org/t/say-hello-to-html-elements-123/157726/6?u=yoelvis

Ok thank you yoelvis. I actually found out what it was thanks to an idea from your previous comment. I was using microsoft edge and now switched to google chrome, thankfully it worked now when i pressed run the test. Appreciate your help and wish you and everyone here a great night, take care.