Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Pitrov Secondary
5,121 PointsWhy don't we learn anything about the meta tag?
I've watched trough this HTML course, but I don't know how to use the meta tag. Where do I learn about the meta tag?
2 Answers

David Moorhead
17,992 PointsTo theSmartGuy,
Are you talking about these meta tags?
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Choose One</title>
<meta name="description" content="text">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Those tags, along with a full HTML page of markup, have been validated by W3C markup service.
Does that answer your question?
David

KRIS NIKOLAISEN
54,648 PointsHere's a start meta

KRIS NIKOLAISEN
54,648 PointsDid you read it all - I didn't know robots slurped

Pitrov Secondary
5,121 PointsWhat do you mean with "Did you read it all"?

Pitrov Secondary
5,121 PointsCan I learn about the meta tag on treehouse?
KRIS NIKOLAISEN
54,648 PointsKRIS NIKOLAISEN
54,648 PointsI'll never read it all in my lifetime. But the part about robots was interesting.