Skip to Content
Web Design in a Nutshell, 3rd Edition
book

Web Design in a Nutshell, 3rd Edition

by Jennifer Robbins
February 2006
Intermediate to advanced
826 pages
63h 42m
English
O'Reilly Media, Inc.
Content preview from Web Design in a Nutshell, 3rd Edition

Name

object

Synopsis

<object>...</object>

A generic element used for placing an object (such as an image, applet, or media file) on a web page. The attributes required for the object element vary with the type of content it is placing. The object element may also contain a number of param elements that pass important information to the object when it displays or plays. Not all objects require additional parameters. The declare, standby, and tabindex attributes are not universally supported. Browsers vary in support of some media types placed with the object element.

Attributes

Core(id, class, style, title), Internationalization, Events

align="bottom|middle|top|left|right"

Deprecated. Aligns object with respect to surrounding text. See the img element for explanations of the align values.

archive=" URLs "

Specifies a space-separated list of URLs for resources that are related to the object.

border=" number "

Deprecated. Sets the width of the border in pixels if the object is a link.

classid=" URL "

Identifies the location of an object’s implementation. It is used with or in place of the data attribute. The syntax depends on the object type. Not universally supported.

codebase=" URL "

Identifies the base URL used to resolve relative URLs in the object (similar to base). By default, codebase is the base URL of the current document.

codetype=" codetype "

Specifies the media type of the code. It is required only if the browser cannot determine an applet’s MIME type from the classid attribute ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Responsive Web Design with HTML5 and CSS3

Beginning Responsive Web Design with HTML5 and CSS3

Jonathan Fielding

Publisher Resources

ISBN: 0596009879Errata Page