A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/html/html-object-border-attribute/ below:

HTML | <object> border Attribute

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: Example:

This example illustrates the use of <object> border attribute in HTML:

html
<!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>
output: Supported Browsers:

The browsers supported by HTML <object> border attribute are listed below:



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4