HTML Tutorial => Target Attribute In Form Tag
Có thể bạn quan tâm
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
Fastest Entity Framework Extensions
Bulk Insert Bulk Delete Bulk Update Bulk MergeExample
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!
SUPPORT & PARTNERS - Advertise with us
- Contact us
- Cookie Policy
- Privacy Policy
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 websiteTừ khóa » Html5 A Tag Target
-
HTML A Target Attribute - W3Schools
-
How To Use The To Make Links & Open Them Where You Want! »
-
: The Anchor Element - HTML: HyperText Markup Language | MDN
-
When To Use Target="_blank" | CSS-Tricks
-
The A Target HTML Attribute Explained - FreeCodeCamp
-
HTML | Target Attribute - GeeksforGeeks
-
Is It Alright To Use Target="_blank" In HTML5? - Stack Overflow
-
Don't Use The Target="_Blank" Link Attribute In These Cases
-
What Is The HTML Target Attribute?
-
A – Hyperlink (CHANGED) - HTML5 - W3C On GitHub
-
In This Section, We Will See The Use Of Target Attribute Of Anchor Tag In ...
-
The Target Attribute Of Anchor Tag In HTML - HTML Tutorial 35
-
HTML Link Target Attribute
-
Target Attribute Reference For Anchor Tags In HTML - DigitalOcean