<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
The title tags are just used to name your webpage. My experience with most code editors that I’ve used (which is to say, not many) is that when you name your webpage with the title tags then it will show up on the thumbnail for your webpage.
1 Like
codecademy uses an iframe, which prevents the title from showing up in the browser tab, try jsbin, jsbin allows your title to show up alongside there title
Or even better, make a html document with notepad(++), then you full control over the title in the browser tab
1 Like