HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML enctype Attribute

HTML enctype Attribute

 

 

The enctype attribute specifies how the form data should be encoded when submitting it to the server. It is only usable when the method attribute is set POST.

 

Used With:-

 

Element Attribute
form enctype

 

Syntax:-

 

Its syntax is:- < element enctype="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML