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

I am stack again at Build a Simple Website>Create a Website Structure>Using Classes

My video won't upload so I have tried reading through the transcript but I am stack at the 2nd task of add classes 'grid_5' and 'omega' to the 'featured cupcake' element. I need help please

3 Answers

The format of adding classes to HTML looks like this: <div class="grid_5 omega"></div>

This is how you add multiple classes to a single HTML element.

Thanks Scott it worked

So basically its asking you to add the class of grid_5 and omega to the element of 'featured-cupcake'. should be straight forward from there.

If you provide a link to the challenge people will be able to better help you.

http://teamtreehouse.com/library/using-classes is the link. I am stuck on it as well. What ever I try seems to fail.

You have to add a class to the featured cupcake element with the class grid_5 and the class omega with just a space inbetween