Why can't I pass the first test?


the first test requires to have

tag with an ID of “title” and I already implemented it but it won’t let me pass to get my certificate. anything i’m overlooking? pls help

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.