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.
The type
attribute specifies the Internet media type of the object.
<object type="media_type">
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 |