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 Create the Content Containers

lagah rajan
lagah rajan
1,741 Points

i dont understand the mete tag we use here.

plz tell me about it and an example will help me a lot thanku

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! I think you mean the <meta> tag. In this particular video, he's setting the character encoding for the page. Essentially, it's setting the character set used.

But there are plenty of other <meta> tags as well that you'll learn about later on down the line. These are tags that give generic information about the document you're looking at. Encoding is part of that. But there are also meta tags that you can include to list information about the author, description, keywords etc. You can think of this a little like a book. When you open a new book the first few pages are all about the author, publisher, publishing date etc. They are information about the book, not the information in the book.

Hope this helps! :sparkles:

lagah rajan
lagah rajan
1,741 Points

thanku mam nice example, i will link meta with this and try to know more about meta in further course . thanku.