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

slide show

Hello, Treehouse! My name is Isak. Please can you tell me how to create a slide show on a home page. Thank you for your reply

2 Answers

Hi Isak,

The easiest way, in my opinion, is to use a slide show or carousel that someone else already created. For example, Bootstrap's carousel is relatively easy to add to your Web page, looks great and is built with responsive design in mind.

You can find many more like this by doing a Google search for "html carousel" or "javascript carousel".

Also, take a look at the Treehouse course Using jQuery Plugins. It has a section called Using a jQuery Carousel.

Hope this helps,

Cheers

Thank you very much!