Skip to content

2/5/2025

Video: Element embeds a media player which supports video playback into the document.

Audio: Element is used to embed sound content in documents.

img: An element that embeds an image into the document.

iframe: Element represents a nested browsing context, embedding another HTML page into the current one.

Using the iframe element requires copying an embeded link from a page and inserting that embeded iframe link inside the HTML iframe element.

Code & Curiosities