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 HTML Video and Audio (Retired) Media Basics The Audio Element

Anusha Lee
PLUS
Anusha Lee
Courses Plus Student 14,787 Points

[SOLVED] -- HTML Video and Audio challenge task 2 of 4

In Challenge Task 2 of 4 of HTML Video and Audio section, I was asked to put audio in the code. This is the code:

  <!-- Add your code below this line β†’
    <audio controls>
      <source src="http://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge-audio.mp3>
    </audio>

This is exact the same in the video. I don’t know what went wrong. Thanks a lot for your help.

anusha

Anusha Lee
Anusha Lee
Courses Plus Student 14,787 Points

Sorry I figure it out! I made a mistake in task 1. It should be a self-closing audio element, but it let me pass to the next task and got stuck on task 3. :)