html雛形

背景
投稿者投稿者ereki7いいね0お気に入り登録1
プレイ回数317難易度(3.8) 258打 英語
タグhtml
htmlの雛形覚え用
順位 名前 スコア 称号 打鍵/秒 正誤率 時間(秒) 打鍵数 ミス 問題 日付
1 s 1795 F 2.0 89.2% 126.4 258 31 9 2024/11/07
2 それいゆ 1789 F 1.8 96.9% 139.7 258 8 9 2024/10/16
3 s 1753 F 2.0 88.0% 127.2 258 35 9 2024/10/26
4 R1! 1156 G+ 1.2 92.1% 204.0 258 22 9 2024/10/25
5 s 1106 G+ 1.4 80.6% 177.1 258 62 9 2024/10/24

関連タイピング

問題文

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

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