Hi, how can I move to the next test? tests completed but nothing happen, I can't move to the next

Tell us what’s happening:

Your code so far


<h1>Hello</h1><h1>World</h1>

Your browser information:

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

Challenge: Say Hello to HTML Elements

Link to the challenge:

h1 is the element. “Hello” is the text within the element. The goal of challenge was to simply change the text within the element from “Hello” to “Hello World”. You added another h1 element, which is incorrect.

I believe you are on the Basic HTML and HTML5 exercise, if so you can click run test and once it is passed, you can move to the next challenge.
However, it appears there is a little error. You are expected to write the Hello World in the same tag.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.