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 How to Make a Website HTML First Build Structure

Do all meta tags come between the <head> </head> tags?

Hello! Nice to meet you all :)

Just been wondering, you mentioned all meta tags come under the <head> tags and also the fact they are usually invisible from the main website's display

After reviewing the Teacher's notes, I've been wondering, do all meta tags come under the <head> </head> tags?

And are all meta tags responsible for structuring the site's format and properties of the info/elements on display for the viewer? Or do meta tags have more functionality than that?

1 Answer

Gülpaşa Kılınç
Gülpaşa Kılınç
4,625 Points

absolutely. all the meta tags should be between <head> and </head> there should not any meta tag between body elements.

Thanks! That makes it much clearer for me :)