Att Form Enctype
## HTML `
```
---
## Browser Support
| Attribute | Internet Explorer | Firefox | Opera | Google Chrome | Safari |
| :--- | :--- | :--- | :--- | :--- | :--- |
| **`enctype`** | Yes (All versions) | Yes (All versions) | Yes (All versions) | Yes (All versions) | Yes (All versions) |
The `enctype` attribute is universally supported by all major modern and legacy web browsers.
---
## Definition and Usage
The `enctype` (encryption type) attribute determines the MIME type of the HTTP request body when the form is submitted.
> **Important Note:** The `enctype` attribute is only applicable and effective when the `
YouTip