HTML Tutorial => Target Attribute In Form Tag

Download HTML (PDF)

HTML

  • Getting started with HTML
  • Upscaling your web development business
  • What Kind of Hosting Should a Student Choose?
  • Awesome Book
  • Awesome Community
  • Awesome Course
  • Awesome Tutorial
  • Awesome YouTube
  • Anchors and Hyperlinks
  • ARIA
  • Canvas
  • Character Entities
  • Classes and IDs
  • Comments
  • Content Languages
  • Data Attributes
  • Div Element
  • Doctypes
  • Embed
  • Forms
    • Grouping a few input fields
    • Submitting
    • Target attribute in form tag
    • Uploading Files
  • Global Attributes
  • Headings
  • HTML 5 Cache
  • HTML Event Attributes
  • IFrames
  • Image Maps
  • Images
  • Include JavaScript Code in HTML
  • Input Control Elements
  • Label Element
  • Linking Resources
  • Lists
  • Marking up computer code
  • Marking-up Quotes
  • Media Elements
  • Meta Information
  • Navigation Bars
  • Output Element
  • Paragraphs
  • Progress Element
  • Sectioning Elements
  • Selection Menu Controls
  • SVG
  • Tabindex
  • Tables
  • Text Formatting
  • Using HTML with CSS
  • Void Elements

HTML

  • Getting started with HTML
  • Upscaling your web development business
  • What Kind of Hosting Should a Student Choose?
  • Awesome Book
  • Awesome Community
  • Awesome Course
  • Awesome Tutorial
  • Awesome YouTube
  • Anchors and Hyperlinks
  • ARIA
  • Canvas
  • Character Entities
  • Classes and IDs
  • Comments
  • Content Languages
  • Data Attributes
  • Div Element
  • Doctypes
  • Embed
  • Forms
    • Grouping a few input fields
    • Submitting
    • Target attribute in form tag
    • Uploading Files
  • Global Attributes
  • Headings
  • HTML 5 Cache
  • HTML Event Attributes
  • IFrames
  • Image Maps
  • Images
  • Include JavaScript Code in HTML
  • Input Control Elements
  • Label Element
  • Linking Resources
  • Lists
  • Marking up computer code
  • Marking-up Quotes
  • Media Elements
  • Meta Information
  • Navigation Bars
  • Output Element
  • Paragraphs
  • Progress Element
  • Sectioning Elements
  • Selection Menu Controls
  • SVG
  • Tabindex
  • Tables
  • Text Formatting
  • Using HTML with CSS
  • Void Elements
HTML Forms Target attribute in form tag

Fastest Entity Framework Extensions

Bulk Insert Bulk Delete Bulk Update Bulk Merge

Example

The target attribute specifies a name or a keyword that indicates where to display the response that is received after submitting the form.

The target attribute defines a name of, or keyword for, a browsing context (e.g. tab, window, or inline frame).

From Tag with a target attribute:

<form target="_blank">

Attribute Values

Value Description
_blank The response is displayed in a new window or tab
_self The response is displayed in the same frame (this is default)
_parent The response is displayed in the parent frame
_top The response is displayed in the full body of the window
framename The response is displayed in a named iframe

Note: The target attribute was deprecated in HTML 4.01. The target attribute is supported in HTML5.

Frames and framesets are not supported in HTML5, so the _parent, _top and framename values are now mostly used with iframes.

Got any HTML Question?

Ask any HTML Questions and Get Instant Answers from ChatGPT AI: ChatGPT answer me! pdf PDF - Download HTML for free Previous Next This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow logo rip SUPPORT & PARTNERS
  • Advertise with us
  • Contact us
  • Cookie Policy
  • Privacy Policy
STAY CONNECTED

Get monthly updates about new articles, cheatsheets, and tricks.

Subscribe Cookie This website stores cookies on your computer. We use cookies to enhance your experience on our website and deliver personalized content. For more details on our cookie usage, please review our Cookie Policy and Privacy Policy Accept all Cookies Leave this website

Từ khóa » Html5 A Tag Target