htmlタグ form編

関連タイピング
-
プログラミングでよく使う記号や構文を練習したい人向け
プレイ回数1万長文956打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3326英語長文721打 -
HTML&CSSを忘れないために
プレイ回数2.6万英語長文759打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数8937長文英字344打 -
python 基本
プレイ回数141英字120打 -
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数460英語短文30秒 -
JAVAの練習用です。
プレイ回数1298長文120秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数7218英語長文120秒
問題文
(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