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:
html
output:
Supported Browsers: The browsers supported by HTML <object> border attribute are listed below:
<object border="pixels">Attribute Values:
- pixels: It is used to specify the width of the border in terms of pixel.
<!DOCTYPE html>
<html>
<head>
<title>
HTML object border Attribute
</title>
</head>
<body>
<center>
<h1>GeeksForGeeks</h1>
<h1>
HTML <object> border Attribute
</h1>
<br>
<object data=
"https://www.geeksforgeeks.org/wp-content/uploads/Geek_logi_-low_res.png"
width="550px" height="150px" border="4">
GeeksforGeeks
</object>
</center>
</body>
</html>
Supported Browsers: The browsers supported by HTML <object> border attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Safari
- Opera