htmlタグ form編

関連タイピング
-
ITエンジニアならみんな知ってる?!解説付きタイピング!
プレイ回数99短文60秒 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2330短文英字429打 -
WEB系エンジニア向け
プレイ回数1713英語長文1462打 -
Vi ( Vim ) コマンド を習得しよう!
プレイ回数2665190打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1万長文記号276打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数300英語短文30秒 -
日本語・英語・特殊記号全て、右手タイピング制覇をしたい人。
プレイ回数64031247打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7626英字242打
問題文
(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