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 accept charset Attribute

HTML accept-charset Attribute

 

 

The accept-charset attribute is used to specify the character encodings that are to be used for the form submission. The default value is the reserved string UNKNOWN which indicates that the encoding equals the encoding of the document containing the form element.

 

Used With:-

 

Element Attribute
form accept-charset

 

Syntax:-

 

Its syntax is:- < element accept-charset="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML