Att Input Formtarget
# HTML `` formtarget Attribute
The `formtarget` attribute of the `` element specifies where to display the response received after submitting the form. It acts as a target name or keyword (such as a new window, tab, or iframe).
This attribute is particularly useful when you have multiple submit buttons within the same form and want them to display their results in different locations.
---
## Overview
The `formtarget` attribute overrides the default `target` attribute of the parent `
YouTip