Learn-html-structure, html-fashion-blog

https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-fundamentals-of-html/modules/wdcp-22-learn-html-structure-c107c169-b1ea-46cc-868e-4ad7c884a44c/projects/html-fashion-blog
Here i am stuck on #3 of the fashion blog section. 2nd page out of 17. I read the hint but still am stuck. Could anyone please show me the solution?

Hi, there!

I just want to make sure we’re talking about the same step.

Within the <head> tags, add a <title> element. Title the website “Everyday with Isa”.

Is this the step you are referring to? If so, steps 1 and 2 would have your HTML as so:

<!DOCTYPE html>
<html>
  <head>

  </head>
  <body>
  </body>
</html>

Step 3 is asking you to create the <title> element that gets nested within the <head> element with the words, “Everyday with Isa” in between the opening and closing tags.

Does that make sense?

1 Like

Yes you are on the right step (#3). What would be the solution?

Can you provide what you tried to submit? Let’s help you understand why you’re not passing this particular step as opposed to just giving you the answer.

1 Like
Everyday with Isa