HTML Page Structure

HTML Elements
HTML Attributes


HTML Embed Tag

As you know, a plugin is a program located on the client computer that handles its own special type of data file. Common plugins are there for sounds and movies. HTML Embed Tag refers to an integration point for an interactive content (in other words, a plug-in) or an external application.

Syntax

<form>
	<embed src=" here..">
</form>

HTML Embed Example

<!DOCTYPE html>
<html>
<head>
<title>My HTML Embed Tag Example</title>
</head>
<embed src="helloworld.swf">
</html>

Embed Attributes List

The below table contains Frame Attributes and their description which is supported by HTML.

Attribute NameAttribute ValueAttribute Description
srcURLrefers to the url of the resource being embedded.
heightpixelsrefers to the height of the resource
widthpixelsrefers to the width of the resource
typemedia typerefers to the MIME type to use to select the plug-in to instantiate