Andrew
0
Q:

how to play youtube videos in html


<iframe width="420" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">

</iframe>
 
10
<!-- You can add lots more fuetures than this by the way...
- Find a YouTube video
- set width and height
- copy the embeded URL into the src value
 -->

<body>
<iframe width="420" height="345" 
src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>
</body>
1
<!DOCTYPE html>
<html>
<body>
<iframe width="420" height="345" 
src="https://https://www.youtube.com/watch?v=dQw4w9WgXcQ">
</iframe>
</body>
</html>
1

New to Communities?

Join the community