Various options available in the Target Attribute
If you set the target attribute to "_blank", the link will open in a new browser window or tab.
GeeksforGeeksIf you set the target attribute to "_self", the link will open in the same window or tab.
GeeksforGeeksIf you set the target attribute to "_top", the link will open in the full body of the window.
GeeksforGeeksIf you set the target attribute to "_parent", the link will open in the parent frame.
GeeksforGeeks