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 SVG Basics Introduction to SVG Create an SVG Image

No index.html or css included in Workspace for this lesson.

The only file included in the Workspace for this lesson is the "HTML-SVG.svg" code, there is no index.html or main.css or normalize.css, I had to try and build both index.html and main.css from hand based on what was shown in the video.

1 Answer

Not sure about the issue you are seeing, but the challenge is asking you to create an img tag, like this:

<img src="img/star.svg" alt="star">

That's all. Cheers.