You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Acceptcharset nonstandard c...

12 lines
345 B
HTML

<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>