html雛形
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | とも | 2846 | E+ | 3.0 | 93.4% | 84.3 | 258 | 18 | 9 | 2026/05/11 |
| 2 | aaaaaa | 2751 | E+ | 2.8 | 95.5% | 89.4 | 258 | 12 | 9 | 2026/05/11 |
| 3 | (*´з`) | 2619 | E | 2.8 | 91.8% | 89.7 | 258 | 23 | 9 | 2026/05/11 |
| 4 | a | 2024 | F+ | 2.0 | 96.9% | 123.5 | 258 | 8 | 9 | 2026/05/08 |
| 5 | su | 1928 | F | 2.1 | 89.2% | 117.7 | 258 | 31 | 9 | 2026/05/13 |
関連タイピング
-
Progateの復習用
プレイ回数2110 長文1044打 -
html5の暗記用 <>を省いています
プレイ回数805 英語374打 -
基礎的なHTML
プレイ回数4276 英語54打 -
htmlのタグを入力
プレイ回数346 300秒 -
HTML5の働きの理解
プレイ回数1887 長文1268打 -
HTMLのコード練習用です
プレイ回数518 長文416打 -
html DOM要素
プレイ回数697 英語長文285打 -
HTMLのコード練習用です
プレイ回数445 長文590打
問題文
ふりがな非表示
ふりがな表示
(<!DOCTYPE html>)
<!DOCTYPE html>
(<head>)
<head>
(<meta charset="utf-8">)
<meta charset="utf-8">
(<title>Title</title>)
<title>Title</title>
(<meta name="description" content="Description">)
<meta name="description" content="Description">
(<meta name="viewport" content="width=device-width, initial-scale=1.0">)
<meta name="viewport" content="width=device-width, initial-scale=1.0">
(<link rel="stylesheet" href="style.css">)
<link rel="stylesheet" href="style.css">
(<script src="main.js"></script>)
<script src="main.js"></script>
(</head>)
</head>