htmlタグ form編
html5暗記用 <>を省いています
ブラウザによってはサポートされていないタグも含まれています。
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | mh | 3194 | すごいね! | 3.2 | 98.6% | 384.4 | 1245 | 17 | 50 | 2026/03/22 |
関連タイピング
-
JavaScript 暗記用です
プレイ回数1600 英語長文851打 -
htmlのタグを入力
プレイ回数244 300秒 -
html DOM要素
プレイ回数624 英語長文285打 -
基礎的なHTML
プレイ回数3977 英語54打 -
はじプロのノードンを打ち切れ!
プレイ回数113 1575打 -
プレイ回数2752 短文9打
-
競技プログラミングに特化したc++コードのタイピングです。
プレイ回数3292 英語長文300秒 -
やばいわああああああああああああああ
プレイ回数17 連打60秒
問題文
ふりがな非表示
ふりがな表示
(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