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 trialSonali Gholap
Courses Plus Student 184 PointsNeed to create one site for Friend's b'day
Will it be possible with this to create one site with all friends photo and putting some songs in it?
4 Answers
Calvin Nix
43,828 PointsHey Sonali,
Yes you will be able to create a website and add your photos. I don't believe that the course mentions including audio in websites but that can simply be implemented by a few quick google searches :).
James Barnett
39,199 PointsSonali Gholap - Here's a very simple demo that plays a mp3 on a website using the HTML5 audio element that should get you pointed in the right direction. It supports Chrome, Safari, Firefox and IE 9 (and up).
Calvin Nix
43,828 PointsJust to spark some ideas:
I recommend to watch some of the Treehouse videos on CSS transitions. You could do a lot of cool things like flickering candles, moving balloons, and more!
James Barnett
39,199 PointsThose are some awesome ideas, although not the simplest things to do for someone new to CSS.
Sonali Gholap
Courses Plus Student 184 PointsThanks ..will try to Google and also learn on tree house video :)
James Barnett
39,199 PointsJames Barnett
39,199 Points>
but that can simply be implemented by a few quick google searches :)I've looked there's not a lot of great introductory material on the HTML5 audio/video elements.