htmlタイピング
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | こんにちは | 1596 | 初心者 | 1.6 | 97.8% | 300.0 | 490 | 11 | 40 | 2025/10/04 |
関連タイピング
-
2カラムフレックスボックスのサンプルサイト
プレイ回数649英語長文630打 -
読み方の勉強です。
プレイ回数3455短文英字171打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3574英語長文721打 -
基礎的なHTML
プレイ回数3621英語54打 -
htmlの雛形覚え用
プレイ回数732英語長文258打 -
プレイ回数140460秒
-
html5暗記用 <>を省いています
プレイ回数988英語長文1245打 -
htmlやcssのタイピングです。
プレイ回数7020英語長文120秒
問題文
(<!doctype html>)
<!DOCTYPE html>
(<html lang=”ja”>)
<html lang="ja">
(<head>)
<head>
(<title>htmlたいぴんぐ</title>)
<title>htmlタイピング</title>
(</head>)
</head>
(<body>)
<body>
(<!--みだし-->)
<!--見出し-->
(<h1>h1です</h1>)
<h1>h1です</h1>
(<h2></h2>)
<h2></h2>
(<h3></h3>)
<h3></h3>
(<h4></h4>)
<h4></h4>
(<h5></h5>)
<h5></h5>
(<h6></h6>)
<h6></h6>
(<!--みだしおわり-->)
<!--見出し終わり-->
(<p>こんにちはおじさん</p>)
<p>こんにちはおじさん</p>
(<br>)
<br>
(<script src=”script.js”></script>)
<script src="script.js"></script>
(<style>)
<style>
(html{)
html{
(background-color:green;)
background-color:green;
(})
}
(.box{)
.box{
(height:50px;)
height:50px;
(width:50px;)
width:50px;
(background-color:blue;)
background-color:blue;
(color:white;)
color:white;
(})
}
(</style>)
</style>
(<div class=”box”></div>)
<div class="box"></div>
(</body>)
</body>
(</html>)
</html>