[FAQ] Common Problems #Read Me

The general HTML & CSS FAQ can be found here.

This FAQ is for 1. HTML Basics.


###Title is not displaying in the Tab
If you are wondering why the title tab is not appearing in Codecademy’s preview, written by @zainabrawat


We hope these common problems will help all of you with your coding.
If you see any questions in this category that can be answered by this FAQ, please link the user over here.

Thanks,
The Codecademy Moderators


If we see a brilliant post worthy of being added to this or any other FAQ we will send you a PM to ask you to repost your answer in one of the FAQs.

This topic is not for questions, if your problem is still not answered after reading through all these Common Problem then please create a new topic.

5 Likes

##Why doesn’t my title appear in Codecademy’s preview ?

This question arises many times so here’s the answer:

The title tag adds the title to your browsers tab :arrow_right:

Why can’t we see the title on Codecademy ?

Codecademy uses something called an iframe, preventing the title from showing up in the browser tab where it should. You could try it on jsbin, which allows your title beside theirs. Even better would be a local html file - @stetim94

Just to clarify this is the title tag :arrow_down:

<title> Codecademy learner's </title>

*Should be placed in your <head> </head> tags

5 Likes