html雛形

背景
投稿者投稿者ereki7いいね0お気に入り登録1
プレイ回数792難易度(3.8) 258打 英語
タグhtml
htmlの雛形覚え用
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 2546 E 2.8 91.4% 91.9 258 24 9 2025/11/08
2 toy uwu 1983 F 2.1 93.1% 120.5 258 19 9 2025/10/23
3 ゆきゆき 1634 G++ 1.6 98.4% 155.4 258 4 9 2025/11/27
4 ゆきゆき 1518 G++ 1.5 96.6% 164.0 258 9 9 2025/11/26

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(<!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>