the first test requires to have
the first test requires to have
1 Like
You have used the title
id for both the <title>
element as well as the <h1>
element. We use an id only one element. This might be causing the tests to fail.
You have to delete the title
id from the <title>
element.
It is also difficult to understand the errors form screenshots. In the future, I request you to post the code instead of a screenshot.
2 Likes
thanks a lot!! i get it now
2 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.