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 Build a Simple Website Text Editors and HTML Images and Lists

help

i need some help with this code challenge can i get someone

We need more information to help you. Exactly what are you struggling with?

12 Answers

It's asking you to add an image to the body of the document. You do it like this:

<img src="img/cupcake.jpg" />

well am in the text editors and html,images and list part 2 .i tried to put the same code from the video but its not going tru idk why,

is it on number 8 i add this u said cuz its not going in nether

Whatever you want to show on your page must go between the body tags.

<body>

<!-- Your content goes here -->

</body>

The code I showed you earlier must go after the first body tag but before the last.

got it thanks

what about the next two

I think you should consider watching the videos again so you know exactly what to do. After that, if you still struggle, fire away with questions!

thanks i got it now

my next problem telling me to write Now add the image located at 'img/featured-cupcake.jpg' directly after the h2.i try its not going tru

The best answer located at the top will tell you how to write the markup for adding the image. Then you just have to add it below the h2 header.

i cant understand that Add the classes grid_5 and omega to the featured-cupcake element. how can i write it

You add classes to elements like this:

<element class="the_class_you_want_to_add">Content</element>

You see how you use the class attribute to add the classes? So you would choose the element the challenge asks for and add the appropriate classes.

is it like this <element class="grid-5 omega featured-cake">Content</element>

I'm not seeing your code, try correcting your formatting. Check the Markdown Cheatsheet below the text field that you write your comments in.

<element class="grid-5 omega featured-cake">Content</element>

its not going tru

it said me to do this i cant put it Add a body selector and set the font family to 'Nunito' with a sans-serif fallback