Core HTML

The Embed Tag

The embed tag allows videos elsewhere on the internet to be displayed. Below, there is a simple demonstration of an embed tag.

EmbedTag.html

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

Output

 
 

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