PLEASE Help - what am I doing wrong ? <title> format not working in HTML / CSS

I’m stuck on HTML / CSS basics.

Exercise below:

https://www.codecademy.com/courses/web-beginner-en-y2Yjd/0/1?curriculum_id=50579fb998b470000202dc8b

It seems that when I include my title information. It does not show on the screen.
Any text inside will not display.
However, weirdly enough, if I edit it to and mess up a single letter in the opening Title tag, it displays.

Replace this line with your code.

Code Academy Practice Doc
<body> <p> I smell chicken, I smell Liver, Meowmix, Meowmix, please deliver </P>
	
</body>
```

Ok, so if I am reading your problem correctly, the title will not show up on the page because it is not meant to, it is the “name of the tab” if you will. I hope this helps!

1 Like

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