Filter (Advanced Search)
Downloads
0
Views
231
Video

Video is not available... Embedded is previous playlist.

Details

The <embed> element is supported in all major browsers.

The <embed> element also defines an embedded object within an HTML document.

Web browsers have supported the <embed> element for a long time. However, it has not been a part of the HTML specification before HTML5.


<!DOCTYPE html>
<html>
<body>
<h2>Embed Element with File</h2>
<embed width="100%" height="350px" src="/html/studentsTable.html">

</body>
</html>



Ad