September 2024
Intermediate to advanced
743 pages
27h 48m
English
HTML can be used to “embed” various types of external content, such as images, other HTML documents, or audio and video files. The following table shows which elements are available for this purpose.
|
Element |
Label |
Description |
|---|---|---|
|
<img> |
HTML Image Element |
Defines an image. |
|
<iframe> |
HTML Inline Frame Element |
Defines an area that can be used to embed another (HTML) document into the current document. |
|
<embed> |
HTML Embed External Content Element |
Defines an area where external content is embedded into the document. This content is provided by an external application or using a browser plug-in. The <embed> element has been around for a very long time, and it’s now part of the HTML5 standard more ... |
Read now
Unlock full access