New! My 44-page ebook "CSS in 44 minutes" is out! 😃
# embed
Defines a container for external application.
Example: Copy
src
"https://www.youtube.com/embed/kmk43_2dtn0"
You can use a third-party video.
type
The MIME type of the application.
"mp4"
You can use of the MIME types.
height
Defines the height of the container.
"50"
The height in pixels.
width
Defines the width of the container.
"150"
The width in pixels.