HTML | <base> target Attribute (original) (raw)

Last Updated : 5 May, 2025

The **** target Attribute** in HTML is used to specify the default target for all hyperlinks and forms in the webpage. This attribute could also be overridden by the use of the target attribute for each hyperlink and the Form.

**Syntax:

**Attribute Values:

**Example: This example illustrates the use of target attribute in the element.

html `

HTML Base target Attribute
<h1 style="color:green;"> 
        GeeksForGeeks 
    </h1> 

<h2>HTML Base target Attribute</h2> 

<a href="https://www.geeksforgeeks.org/community/" alt="GFG">
    Geeks Link
</a>

`

**Output:

**Supported Browsers: The browser supported by _HTML base target Attribute are listed below: