This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by tonyabthomas
over 8 years

In 5/14 the heading does not appear in the test site but the body appears

Answer 55f4966ee39efe915b0003a6

2 votes

Permalink

The title only appears in the tab yes. The reason we can’t see it is because codecademy uses a iframe. Which, if you click on iframe, renders a html document inside a html document. Which prevents the title from showing up in the actual tab.

points
Submitted by stetim94
over 8 years

2 comments

Dimitris over 8 years

Thanks for all the info! I got it now :)

stetim94 over 8 years

you’re welcome

Answer 55ee85b59113cba6e800010e

0 votes

Permalink

check here how to format your code. Your code is currently not visible. if you update your question please leave a comment so i get a notification. If you put your code i a comment, i am going to ask you to redo it, and use proper format.

the head section is used for everything that is not on the page (title, which is in the browser tab), meta data, links to stylesheet/js etc.

Then body is used for everything on the page which the user should see

Does this answer your question?

points
Submitted by stetim94
over 8 years

2 comments

tonyabthomas over 8 years

Thanks. Does that mean that the white box on the right only shows the body of the site?

stetim94 over 8 years

yes, the box is just a preview of how it would look in a real browser.

Answer 55f4752595e378b0000001f7

0 votes

Permalink

Hey guys! I had the same question..So the <title></title> will only appear on the top of our browser (the tab where there is a small image of the site to the left and some text)? And if yes, then can we also change the fonts, color, etc of the title as well or is it fixed?

points
Submitted by Dimitris
over 8 years

3 comments

stetim94 over 8 years

I believe they are fix, nothing you can do about that. Look at different webpages, all the titles are the same font (maybe if you change the font in your browser) but apart from that, you can’t

Dimitris over 8 years

Thanks for answering so fast! :) so the title tag appears only there, right? And therefore we can’t see it in the preview of each exercise?

Shannon Mejia over 8 years

I DON’T KNOW