VOOZH about

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

⇱ HTML | <object> border Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <object> border Attribute

Last Updated : 21 Jan, 2022
The HTML <object> border attribute is used to define the width of the border around the object element. Note: This attribute is not supported by HTML5. Syntax:
<object border="pixels">
Attribute Values:
  • pixels: It is used to specify the width of the border in terms of pixel.
Example: This example illustrates the use of <object> border attribute in HTML: output: 👁 Image
Supported Browsers: The browsers supported by HTML <object> border attribute are listed below:
  • Google Chrome
  • Internet Explorer
  • Firefox
  • Safari
  • Opera
Comment
Article Tags: