https://codepen.io/codeposter/pen/VwPRJYr
now what I did bad there?..
Hi @stefan2007octavian !
It would help if you were a little more specific about what is not working.
Did you have a question about the two failing tests?
I think I did the right thing … why doesn’t it work …?
The issue is here
<header>Hello World
The header end tag needs to be right after the hello world.
You placed it several lines down
<p>Select the code in the pad and hit Ctrl+R to watch it unfold in your browser!</p>
</header>
Once you move that end tag to the right place the test should pass.
1 Like
Thanks! I should be more careful …
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.