Embedded Content


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.

Comments <!-- ...-->

Usage

Used to insert notes or scripts that are not displayed by the browser.

Attributes

None.

Notes

Comments are not restricted to one line and can be any length. The end tag is not required to be on the same line as the start tag.


<img />

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.


<map>...</map>

Usage

When used with the <area> element, it creates a client-side imagemap.

Attributes

core.

name="..." The name of the imagemap to be created.


<object>...</object>

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.




Sams Teach Yourself HTML in 10 Minutes
Sams Teach Yourself HTML in 10 Minutes (4th Edition)
ISBN: 067232878X
EAN: 2147483647
Year: 2004
Pages: 151
Authors: Deidre Hayes

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net