embed

embed
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The <embed> tag is used to embed media objects, animations or plugins into a web document. Much like the HTML <img> tag it has no closing tag. It opens and closes within the opening tag using a forward slash before the tag closes.

HTML CODE EXAMPLE
<embed src="frogs.swf" width="300" height="200" type="application/x-shockwave-flash"/>

Attributes for this element:

datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers

0 Response to "embed"

Post a Comment