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 How to Make a Website Creating HTML Content Organize with Unordered Lists

Am I doing something wrong?

Says i need to insert the image and i did.

Wayne Priestley
Wayne Priestley
19,579 Points

Here is a link to explain how to use Markdown to post your code How to post code

2 Answers

Hi Robert. The HTML you will need to insert an image should be as follows. The src attribute may vary depending on the location of the image you want relative to the HTML file.

<img src="img/numbers-01.jpg" alt="">
Ben Holland
PLUS
Ben Holland
Courses Plus Student 4,062 Points

HI Robert

Does your code look something like this:

<html>

<head> </head>

<body> <ul> <li><a<img src="" rel=""></a></li> </ul </body>

</html>