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 trialMichael Anderson
500 Pointswhats a head tag again?
not sure what it was?
2 Answers
José Eduardo Eguiguren
17,555 PointsIn the head tag you put information that is not rendered in the browser. For instance, the website title, links to external libraries or your css files. Also meta data and in some cases tags such as
<script type="text/javascript">
someFunction();
</script>
dantesolis
8,842 PointsHey Anderson,
Do you mean this ? :
<head></head>
Michael Anderson
500 Pointsthank you!!
Michael Anderson
500 PointsMichael Anderson
500 Pointsthank you!