HTML <オブジェクト>タイプ属性

❮HTML<object>タグ

指定されたメディアタイプの<object>要素:

<object data="pic_trulli.jpg" type="image/jpg" width="400" height="400"></object>

定義と使用法

このtype属性は、オブジェクトのインターネットメディアタイプを指定します。


ブラウザのサポート

Attribute
type Yes Yes Yes Yes Yes

構文

<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.

❮HTML<object>タグ