Happy Codings - Programming Code Examples
Html Css Web Design Sample Codes CPlusPlus Programming Sample Codes JavaScript Programming Sample Codes C Programming Sample Codes CSharp Programming Sample Codes Java Programming Sample Codes Php Programming Sample Codes Visual Basic Programming Sample Codes


HTML & CSS Web Design

Html Css > Code Examples

Acceptcharset nonstandard character sets

Acceptcharset nonstandard character sets <html> <title>Acceptcharset UTF-8</title> <body> <form name="form1" method="post" action="" acceptcharset="UTF-8"> <input type="text" size=100 accept="image/jpg" value="If you type a character not in the list, then the UTF-8 character set will be used"> </form> </body> </html>