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

CSS

My browser is not displaying my picture. What's going on?

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link rel="stylesheet" href="koko.css"> </head> <body>

<div class="left">
    <ul>
        <li>Home</li>
        <li>Photos</li>
        <li>videos</li>
        <li>Contact</li>
    </ul>
</div>


<h1>PELUCHE MIADOS</h1>
    <p class="class">Peluche is a French Poodle who was born in the 1800's. He has been around for history's most imprtant events.<br>
        This website is dedicated to celebrating Peluche's life and legacy.<br>
        For more infrmation on Peluche click the links provided.
    </p>

    <div class="divs">  
    <h2 class="h2-divs">HUMBLE BEGINNINGS</h2>
        <p class="pdivs">Peluche Miados (born in july 17, 1885 in La Rochelle, France.)<br> 
        is a french adventurer, alchemist, artist and many more professions.<br>
        He achieved prominence in European high society when he was able to<br>
        transform simple iron into gold. Peluche has used a variety of names and titles,<br>
        throughtout his life. Here you will learn all the fact myths and legends attributed<br>
        to Peluche Miados.

        </p>



</div>
        <img src"prison.jpg" alt="Picture of Peluche" class="first-img">

</body> </html>

1 Answer

Hi Ismael,

you've forgot an "=" between src and "prison.jpg"

<img src="prison.jpg" alt="Picture of Peluche" class="first-img">

If this still does not work, also check if your picture is in another folder and maybe the route is incomplete. E.g. /images/prison.jpg