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 trialPitrov 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
18,005 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,971 PointsHere's a start meta
KRIS NIKOLAISEN
54,971 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,971 PointsKRIS NIKOLAISEN
54,971 PointsI'll never read it all in my lifetime. But the part about robots was interesting.