Defines an embedded object. Use this element to insert multimedia into
your page. This element allows you to specify the data and parameters for
objects inserted into HTML documents, and the code that can be used to
display/manipulate that data. To include applets, use the object element (as the
<applet> tag is deprecated).
Tips and Notes
Note: An object element can appear inside the head or the body
element. The text between the <object> and </object> is the
alternate text, for browsers that do not support this tag. The <param>
tag defines run-time settings for an object.
Tip: For images use the <img> tag instead of the <object>
tag.
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.