EMBED 
<EMBED
	ACCESSKEY=string
	ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
	HEIGHT=string
	HIDDEN
	CLASS=string
	ID=string
	LANG=string
	LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
	PALETTE=string
	PLUGINSPAGE=string
	SRC=string
	STYLE=string
	TITLE=string
	WIDTH=string
	event = script
>
Allows you to embed documents of any type. The user needs to have an application which can view the data installed correctly on their machine. 
- 
ACCESSKEY= 
 
- 
Specifies an accelerator for the element. 
 
- 
ALIGN= 
 
- 
Specifies the alignment for the control-like element. 
 
- 
HEIGHT= 
 
- 
Along with the width attribute, specifies the size at which the element is drawn. Returns the calculated height of the element in pixels. In HTML, this attribute may be initially set in pixels or percentages. 
 
- 
HIDDEN 
 
- 
Forces the embedded element to be invisible. 
 
- 
CLASS= 
 
- 
Specifies the class of the tag being defined. This is most often used to associated a sub-classed style sheet with the tag. 
 
- 
ID= 
 
- 
An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid names to script with are any alphanumeric string that begins with a letter. Valid special characters include underbar "_". 
 
- 
LANG= 
 
- 
This specifies the language to use. The specifier is an ISO standard language abbreviation. 
 
- 
LANGUAGE= 
 
- 
Specifies the language that the current script is written in. JavaScript is the default for this attribute. 
 
- 
PALETTE= 
 
- 
To be determined. 
 
- 
PLUGINSPAGE= 
 
- 
To be determined. 
 
- 
SRC= 
 
- 
Specifies a URI for the associated file. 
 
- 
STYLE= 
 
- 
Specifies an in-line style sheet for the tag. 
 
- 
TITLE= 
 
- 
The Title attribute is used to provide advisory information. 
 
- 
WIDTH= 
 
- 
Returns the calculated width of the element in pixels. In HTML, this attribute may be initially set in pixels or percentages. 
 
- 
event 
 
- 
Can be one or more of these events: 
onafterupdate 	onbeforeupdate 
onblur 	onclick 
ondblclick 	ondragstart 
onfocus 	onhelp 
onkeydown 	onkeypress 
onkeyup 	onload 
onmousedown 	onmousemove 
onmouseout 	onmouseover 
onmouseup 	onreadystatechange 
onresize 	onrowenter 
onrowexit 	 
onselectstart 
 
This element is a block element. 
The start tag is required, and the end tag is optional.