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 Finishing the HTML

Where do I copy the text from?

When he writes the stuff in the paragraphs, he copies and pastes them. But i don't know from where, or where to paste them from. It sucks. Also, none of my pictures are working.

Here's my code if anyone can correct it. I've been finding this hard and frustrating and want to enjoy it...

<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Smells Like Bakin' CupCake Company</title> </head> <body> <img src="img/logo.gif" alt="Smells Like Bakin"> <ul class="nav"> <li><a href="#">About</a></li> <li><a href="#">Cupcakes & Prices</a></li> <li><a href="#">Locations</a></li> <li class="last"><a href="#">Contact Us</a></li> </ul> <div id="intro"> <h1>Oppisites really do attract, especially in our kitchen! We combine unexpected flavors that melt together to create ironically delicous deserts! </h1> </div> <p><a href="#" class="btn">Browse our cupcakes</a></p>

<img src="img/you-bake-me-blush.gif" alt="You Bake Me Blush"> <div id="featured-cupcake"> <h2>Cupcake of the Week</h2> <p> This week's featured cupcake is the <a href="#">Avocado Chococalate cupcake</a>.It's strange combonination of flavors will kick your ass into fiesta mode! </p> <img src="img/featured-cupcake.jpg" alt="Avocado Chocalate Cupcake"> </div> <div id="new-cupcakes"> <h2>Fresh Out The Oven</h2> <p>Our newest cupcakes are <a href="#"Bacon Me Crazy</a> and <a href="#">Jalapeno So Spicey</a> </p> <img src="img/new-cupcake-bacon.jpg" alt="Bacon me crazy"> <img src="img/new-cupcake-Jalapeno.jpg" alt="Jalapeno So Spicey"> </div> </body> </html>

Tom Mertz
Tom Mertz
15,254 Points

Hey William,

If you could edit your post and surround your code with the 3 ticks (`) at the beginning and end. Then, we would be able to see it better. Check out that Markdown Cheatsheet to the bottom right of the text input, it'll give you the run down. Thanks!

1 Answer

Grace Simpson
PLUS
Grace Simpson
Courses Plus Student 779 Points

To answer your first question, there should be a zip file on the right side of each page. When you click on it it should download all of the project content including pictures and .html files already created for you. Hope this helps.