Page 66 - HTML5
P. 66
Chapter 12: Embed
Parameters
Parameters Details
src Address of the resource
type Type of embedded resource
width Horizontal dimension
height Vertical dimension
Examples
Basic usage
The embed tag is new in HTML5. This element provides an integration point for an external
(typically non-HTML) application or interactive content.
<embed src="myflash.swf">
Defining the MIME type
The MIME type must be defined using the type attribute.
<embed type="video/mp4" src="video.mp4" width="640" height="480">
Read Embed online: https://riptutorial.com/html/topic/8123/embed
https://riptutorial.com/ 50

