Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Embed Element
Embed Element

Embed is a HTML5 element used to define a container for an external applications or interactive content.

Syntax

<embed src="URL" />


You can define one or more than one embed element in a document.


Example


You can embed any document, image, file, application etc in a page.

Embed Page

You can embed html page in other html page using emebed element.


Example


Practice Task

Open notepad or any other text editor, follow the following points.


  • Use <embed> element to embed any file, document, image, or application in a page

save file with name task.html or task.htm and then open it using any browser and see results.


Solution