Also called inclusions, embedded content applies to Java applets, imagemaps, and other multimedia or programmed content that is placed in a Web page to provide additional functionality.
Usage | Includes an image in the document. |
Attributes | core, i18n, events. |
src="/books/1/174/1/html/2/..." The URL of the image. |
alt="..." Alternative text to display. |
height="..." The height of the image. |
width="..." The width of the image. |
border="..." Border width. |
hspace="..." The horizontal space separating the image from other content. |
vspace="..." The vertical space separating the image from other content. |
usemap="..." The URL to a client-side imagemap. |
ismap="ismap" Identifies a server-side imagemap. |
Usage | Includes an object or applet. |
Attributes | core, i18n, events. |
declare="declare" A flag that declares, but doesn't create an object. |
class The URL of the object's location. |
codebase="..." The URL for resolving URLs specified by other attributes. |
data="..." The URL to the object's data. |
type="..." The Internet content type for data. |
codetype="..." The Internet content type for the code. |
standby="..." Shows message while loading. |
height="..." The height of the object. |
width="..." The width of the object. |
border="..." Displays the border around an object. |
hspace="..." The space between the sides of the object and other page content. |
vspace="..." The space between the top and bottom of the object and other page content. |
usemap="..." The URL to an imagemap. |
shapes= Enables you to define areas to search for hyperlinks if the object is an image. |
name="..." The URL to submit as part of a form. |
tabindex="..." Sets the tabbing order between elements with a defined tabindex. |