Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Review: Parts of an HTML Page

Rohit Kanojiya
seal-mask
.a{fill-rule:evenodd;}techdegree
Rohit Kanojiya
Front End Web Development Techdegree Student 8,552 Points

we can see the title in the browser ? isn't it ???

The <head></head> tags are where we put information you don’t see in the browser, like the page's title, and links to JavaScript and CSS files

.
it says we cant see the title in the browser bt we can isn't it ? this is a false statement or what ??

1 Answer

Martin Lecke
Martin Lecke
14,385 Points

<title>is another element which is inside the <head>. Usually we speak about the head for information about the page, links to libraries, css files, javascript which make everything work. I see how you mean but in this case i think treehouse is right, <title>is not the page, its only a description.