VOOZH about

URL: https://www.geeksforgeeks.org/html/html-object-name-attribute/

⇱ HTML | <object> name Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <object> name Attribute

Last Updated : 19 Jul, 2022

The HTML <object> name Attribute is used to specify the name of the embedded file. This attribute is also used as a reference for an object element in the Javascript. 

Syntax:

<object name="name">

Attribute Values: 

  • name: It specify the name of the embedded file.

Example: 

Output:

 👁 Image
 

Supported Browsers: The browsers supported by HTML <object> name Attribute are listed below:

  • Google Chrome
  • Edge 12
  • Internet Explorer
  • Firefox 1
  • Apple Safari
  • Opera
Comment
Article Tags: