htmlタグ form編

関連タイピング
-
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1778英語長文220打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3420英語長文721打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数9021長文英字344打 -
プログラミングタイピング
プレイ回数149英字60秒 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4400短文英字90秒 -
プレイ回数738短文9打
-
記号練習
プレイ回数2388英語長文332打 -
記号はプログラミングなどに使うよ
プレイ回数1568短文記号43打
問題文
(form/form)
form/form
(name="name")
name="name"
(method="post")
method="post"
(action="abc.php")
action="abc.php"
(accept-charset="utf-8")
accept-charset="utf-8"
(enctype="multipart/form-data")
enctype="multipart/form-data"
(enctype="text/plain")
enctype="text/plain"
(enctype="application/x-www-form-urlencoded")
enctype="application/x-www-form-urlencoded"
(target="_blank")
target="_blank"
(novalidate="novalidate")
novalidate="novalidate"
(autocomplete="on")
autocomplete="on"
(fieldset/fieldset)
fieldset/fieldset
(legend/legend)
legend/legend
(label/label)
label/label
(label for="id-value"/label)
label for="id-value"/label
(input type="hidden")
input type="hidden"
(input type="text")
input type="text"
(input type="search" name="search")
input type="search" name="search"
(input type="tel" name="tel")
input type="tel" name="tel"
(input type="url" name="url")
input type="url" name="url"
(input type="email" name="email")
input type="email" name="email"
(input type="password")
input type="password"
(input type="datetime" name="datetime")
input type="datetime" name="datetime"
(input type="date" name="date")
input type="date" name="date"
(input type="month" name="month")
input type="month" name="month"
(input type="week" name="week")
input type="week" name="week"
(input type="time" name="time")
input type="time" name="time"
(input type="datetime-local" name="datetime-local")
input type="datetime-local" name="datetime-local"
(input type="number" name="number")
input type="number" name="number"
(input type="range")
input type="range"
(input type="color" name="color")
input type="color" name="color"
(input type="checkbox")
input type="checkbox"
(input type="radio")
input type="radio"
(input type="submit" value="submit")
input type="submit" value="submit"
(input type="file")
input type="file"
(input type="image")
input type="image"
(input type="reset")
input type="reset"
(input type="button")
input type="button"
(input autofocus)
input autofocus
(input placeholder)
input placeholder
(input required)
input required
(input pattern)
input pattern
(input min max)
input min max
(input step)
input step
(input autocomplete)
input autocomplete
(input multiple)
input multiple
(select id="id-name" name="name" option value="value"/option/select)
select id="id-name" name="name" option value="value"/option/select
(button type="button" onclick="alert('alert')"/button)
button type="button" onclick="alert('alert')"/button
(optgroup label="label"/optgroup)
optgroup label="label"/optgroup
(textarea id="id-name" name="name" cols="40" rows="4" maxlength="20" placeholder=""/textarea)
textarea id="id-name" name="name" cols="40" rows="4" maxlength="20" placeholder=""/textarea