Horje

What is HTML <object> type Attribute

The type attribute on an <object> tag specifies the media type of the embedded resource.

A media type indicates the format and nature of the resource.

Definition and Usage

The type attribute specifies the Internet media type of the object.


Browser Support

Syntax

<object type="media_type">

Attribute Values

Value Description
media_type The Internet media type of the embedded content.
Look at IANA Media Types for a complete list of standard media types.




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin