Embed

In HTML, the <embed> tag is used to embed external content, typically multimedia content such as audio, video, or interactive content, into an HTML document. The <embed> tag was originally introduced in HTML 4.01 to provide a way to include external plugins or applets within a webpage. However, its usage has decreased in favor of more modern approaches such as the <audio>, <video>, and <iframe> tags.

(ChatGPT, February 23, 2024)

Constructors

Link copied to clipboard
constructor(src: SrcInterface, type: String)
constructor(attributes: Attributes, src: SrcInterface, type: String)
constructor(classes: ClassesInterface, src: SrcInterface, type: String)
constructor(attributes: Attributes, classes: ClassesInterface, src: SrcInterface, type: String)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String