⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
HTML
>
HTML Forms
>
Form Attributes
Form Attributes Tutorials
17 tutorials found.
📘
URL Where Form Data Sent
Form Attributes | Action Attribute | HTML
📘
GET vs POST Method
Form Attributes | Method Attribute | HTML
📘
Data in URL Visible
Form Attributes | GET Method | HTML
📘
Limited Data Size 2048 Characters
Form Attributes | GET Method | HTML
📘
Bookmarkable URLs
Form Attributes | GET Method | HTML
📘
Not for Sensitive Data
Form Attributes | GET Method | HTML
📘
Data in Request Body Hidden
Form Attributes | POST Method | HTML
📘
No Size Limit
Form Attributes | POST Method | HTML
📘
Not Bookmarkable
Form Attributes | POST Method | HTML
📘
For Sensitive Data Passwords
Form Attributes | POST Method | HTML
📘
_blank _self _parent _top
Form Attributes | Target Attribute | HTML
📘
application/x-www-form-urlencoded Default
Form Attributes | Enctype Attribute | HTML
📘
multipart/form-data for File Upload
Form Attributes | Enctype Attribute | HTML
📘
text/plain for Debug
Form Attributes | Enctype Attribute | HTML
📘
Disable Browser Validation
Form Attributes | Novalidate Attribute | HTML
📘
on off for Form
Form Attributes | Autocomplete Attribute | HTML
📘
Form Name for JavaScript
Form Attributes | Name Attribute | HTML