htmlタグ form編
html5暗記用 <>を省いています
ブラウザによってはサポートされていないタグも含まれています。
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3194 | すごいね! | 3.2 | 98.6% | 384.4 | 1245 | 17 | 50 | 2026/03/22 |
関連タイピング
-
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3946 短文英字429打 -
python 基本
プレイ回数900 英字120打 -
css 3 暗記用です
プレイ回数981 英語長文438打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数4013 英語長文721打 -
vue Lifecycle Hooks
プレイ回数247 英語157打 -
CSS構文 暗記用です
プレイ回数462 英語長文880打 -
ホームポジションが自然と身につく!
プレイ回数1842 短文60秒 -
html DOM要素
プレイ回数613 英語長文285打
問題文
ふりがな非表示
ふりがな表示
(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