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 Media Basics The Video Element

Question, Any help will be appreciated

when we want to find a video url in the internet or youtube how we get the video url and place it in the website?

The easiest way to include a YouTube video on your website is to grab the embed code that YouTube provides for each video. If you go to the video on YouTube, that you want put on your website. Click the Share button below the video then click the embed button and grab the code that YouTube provides. Place this code inside a div element with your HTML for you site

Hope this helps Shaun

Thank you very much Mr.shaun