HTML&CSS
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | aki♪ | 5168 | B+ | 5.2 | 99.0% | 145.5 | 759 | 7 | 21 | 2026/01/17 |
| 2 | 青野さん | 3812 | D++ | 3.8 | 99.8% | 198.8 | 759 | 1 | 21 | 2026/06/10 |
| 3 | kirin | 1233 | G+ | 1.3 | 92.9% | 568.4 | 759 | 58 | 21 | 2026/05/13 |
関連タイピング
-
ホームポジションが自然と身につく!
プレイ回数2249 短文60秒 -
AI対戦のマルバツゲームのコードです。
プレイ回数274 英語長文1065打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数4299 短文英字429打 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数5035 短文英字90秒 -
英数と記号を混ぜた文章です
プレイ回数991 英語長文1468打 -
失敗しました。
プレイ回数361 英語短文30秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数3250 英語長文90秒 -
1+1=2
プレイ回数54 109打
問題文
ふりがな非表示
ふりがな表示
(html&css)
html&css
(<a href="https://google.com">)
<a href="https://google.com">
(<img src="">)
<img src="">
(font-size, font-family)
font-size, font-family
(background-color: #ddd;)
background-color: #ddd;
(width: 500px;
height: 200px;)
width: 500px;
height: 200px;
(<!DOCTYPE html> <meta charset="utf-8">
<link rel="stylesheet" href="stylesheet.css">)
<!DOCTYPE html> <meta charset="utf-8">
<link rel="stylesheet" href="stylesheet.css">
(<div class="header"> <div class="main">
<div class="footer">)
<div class="header"> <div class="main">
<div class="footer">
(padding-top, padding-right,
padding-bottom, padding-left)
padding-top, padding-right,
padding-bottom, padding-left
(height, width, border,
padding, margin)
height, width, border,
padding, margin
(<input type="submit" value="">)
<input type="submit" value="">
(background-image: url();
background-size: cover;)
background-image: url();
background-size: cover;
(opacity: 0.0;
opacity: 1.0;)
opacity: 0.0;
opacity: 1.0;
(letter-spacing, line-height)
letter-spacing, line-height
(display: block; display: inline;
display: inline-block;)
display: block; display: inline;
display: inline-block;
(div:hover {background-color: red})
div:hover {background-color: red}
(border-radius: 10px;)
border-radius: 10px;
(text-align: left; text-align: center;
text-align: right;)
text-align: left; text-align: center;
text-align: right;
(<span class="fa fa-facebook"></span>)
<span class="fa fa-facebook"></span>
(background-color: rgba(84, 190, 235, 0.5);)
background-color: rgba(84, 190, 235, 0.5);
など
(margin: 0 auto;
text-align: center;)
margin: 0 auto;
text-align: center;