HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

embed

Description

The embed element for HTML represents an integration point for external content.

Syntax

HTML

<embed attribute-name="attribute-value"></embed>

Attributes

Global

NameValueDescription
heightnon-negative integerVertical dimension
srcURIURL for the audio stream
typeMIME typeMIME type of the content
widthnon-negative integerHorizontal dimension

Examples

1 · height

2 · src

3 · type

4 · width