'acceptcharset' Example : acceptcharset « HTML Attributes Reference « HTML CSS Reference






'acceptcharset' Example

    
<HTML>
<Title>Example For acceptcharset</Title>
<BODY>
<form name="form1" method="post" action="" acceptcharset="UTF-8">
   <input type="text" 
          size=80 
          accept="image/gif" 
          value="If you type a character which is not in the list 
                 of character sets used in the form, 
                 then the UTF-8 character setwill be used">
   </form>
</BODY>
</HTML>

    
      
      








Related examples in the same category

1.'acceptcharset' Syntax and Note
2.acceptcharset is applied to