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>
```