Autofill

by int32_t

HTML

<form method=post>
名前: <input name=surname x-autocompletetype=surname> <input name=given-name x-autocompletetype=given-name> <br>
住所: <input name=address x-autocompletetype=street-address><br>
メールアドレス: <input type=email name=email x-autocompletetype=email><br>
<input type=submit>
</form>

CSS

body {
    background-color: #dff;
}