New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

# embed

Defines a container for external application.

Example: Copy

<embed src="https://www.youtube.com/embed/kmk43_2dtn0" width="640" height="480">

src

"https://www.youtube.com/embed/kmk43_2dtn0"

You can use a third-party video.

type

The MIME type of the application.

height

Defines the height of the container.

"50"

The height in pixels.

width

Defines the width of the container.

"150"

The width in pixels.