HTML <embed>
query_builder | Christopher PisaniThe HTML element <embed>, can embed interactive content in an HTML document and parse it through a browser plugin to be viewed by an end-user.
<embed type="video/quicktime" src="https://www.jazzo.co.uk/media/video_example.mov" width="640" height="480" title="Title of my video">
Available Attributes
Attribute | Values | Functionality |
---|---|---|
height | value in pixels | The height of the plugin |
width | value in pixels | The width of the plugin |
src | media url | The source URL of the file |
type | click here for official types | The file type being used |