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

Related Posts :

  • var var HTML var Element The HTML <var> variable element is used to render a character or str… Read More...
  • Star Symbols Star Symbols Star Symbols Here you can reference the HTML star symbol entities. ★ &am… Read More...
  • Reserved Symbols Reserved Symbols Reserved Symbols There are five(5) reserved keyboard symbols in HT… Read More...
  • Keyboard Symbols Keyboard Symbols Keyboard Symbols Here you can reference all of the HTML keyboard character a… Read More...
  • video video HTML video Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...

0 Response to "embed"

Post a Comment