John66NY
3
Q:

how to embed videos in html


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

</iframe>
4

<video width="320" height="240" controls>

  <source src="movie.mp4" type="video/mp4">

  <source src="movie.ogg" type="video/ogg">

Your browser does not support the video tag.

</video>
 
8
<iframe src="example.mp4" width="100px" height="100px"></iframe>
4

New to Communities?

Join the community