Embed link html
- how to use embed tag in html
- how to use insert tag in html
- how to use embed tag
- embed tag in html
Embed tag pdf
Object> tag in html...
HTML5 Tag
Topic: HTML5 Tags ReferencePrev|Next
Description
The element can be used to embed external application, typically multimedia content like audio or video into an HTML document.
The following table summarizes the usages context and the version history of this tag.
| Placement: | Block |
|---|---|
| Content: | None.
It is an empty element. |
| Start/End Tag: | Start tag: required, End tag: forbidden |
| Version: | New in HTML5 |
Syntax
The basic syntax of the tag is given with:
HTML:<embed>; XHTML:<embed />
The example below shows the tag in action.
Note: The tag is very well supported in most of the web browsers from a long time.
However, the tag has not been a part of the HTML 4 specification. It is included in HTML5 as a standard.
Tag-Specific Attributes
The following table shows the attributes that are specific to the tag.
| Attribute | Value | Description |
|---|---|---|
| pixels | Sets the width of the embedded content. | |
| pixels | Sets the height of the embedded content. | |
| URL | Specifies the URL of the resource being embedded. | |
| content-type | Speci
|