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

Cassandra James
7,561 Pointsgrid_4; after entering code nothing happens
Here is the code:
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Smells like Bakin' Cupcake Company</title> <link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen"> </head> <body> <div class="container clearfix"> <div class="grid_4"> <img src="img/logo.gif" alt="Smells Like Bakin"> </div> <ul class="nav"> <li><a href="a">About</a></li> <li><a href="a">Cupcaskes &: Prices</a></li> <li><a href="a">Locations</a></li> <li class="last"><a href="a">Contact Us</a> </li> </ul>
4 Answers

Julie (Howard) Lewis
Front End Web Development Techdegree Graduate 25,921 PointsIt looks like you need an HTML tag (h1, p, etc) around your text so it can show up.
Ex: <h1>The text you wish to enter</h1>
I can't 100% remember, but I think in this the "Smells like Bakin' Cupcake Company" goes in an h1 tag and the rest are list items <li> within an unordered list <ul>

Cassandra James
7,561 PointsHi Julie,
Smells like Bakin Cupcake Company is the title, it is showing fine. I can't get my site to look like it does as it progresses in the video. Thanks.

Julie (Howard) Lewis
Front End Web Development Techdegree Graduate 25,921 PointsIs there more to your code? It's hard to know how to help with out seeing the specifics of what you're trying.
Also, my example autoformatted (sorry), what I meant to post was this: '''<h1> text text text </h1>'''

Cassandra James
7,561 PointsHi Julie,
I am okay for now, lol.