![]() |
VOOZH | about |
The HTML <a> target Attribute is used to specify where to open the linked document. This attribute enhances the functionality and user experience by allowing developers to control the behavior of links.
<a target="_blank | _self | _parent | _top | framename"\> Example: In this example, the GeeksforGeeks link will open in the new tab.
Output
Example: This example illustrates the use of the Target attribute in the <a> element.
Output