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 Use HTML Elements

samuel steel
samuel steel
8,831 Points

how do you write a meat tag

i don' no how to write a meat

index.html
<!doctype html>
<html> 
  <head>
   <title> who to make a meat </title>
    <meat name=">

     </head>
    <body> </body>





 </html>

1 Answer

Tomas Pavlik
Tomas Pavlik
26,726 Points

Hi samuel, you have a little typo in the code: meat instead of meta. You can write many meta tags, most of them in this format: meta name="key" content="value". If you want, look at this link: http://www.w3schools.com/tags/tag_meta.asp Basically, meta tags contain informations about the document. You do not need much of them..

haha, I had to google what a meat tag was, but its just a meta tag