Core HTML

Embedded Video

HTML supports embedding video from other locations on the internet.

EmbedVideo.html

<!DOCTYPE html>
<html>
  <head>
    <title>XoaX.net - Embed a video file</title>
  </head>
  <body>
    <iframe width="560" height="420" src="https://www.youtube.com/embed/f8LSr8tmMZU">
    </iframe>
  </body>
</html>
 

Output

 
 

© 2007–2024 XoaX.net LLC. All rights reserved.