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 |
関連タイピング
-
Pyhonのプログラミングで使いそうな単語・記号を集めました
プレイ回数948 英語短文30秒 -
A~D |語尾改行|60秒間|番号順|頻出標準単語
プレイ回数610 英語60秒 -
超ロングコマンドがたくさん流れてくるので時間がかかります。
プレイ回数1055 長文英字2139打 -
英数と記号を混ぜた文章です
プレイ回数1407 英語長文1468打 -
プログラミングの魅力についての長文です。
プレイ回数186 長文1119打 -
テストで作ったものです。
プレイ回数3万 短文英字60秒 -
公開されている実践的な javascript プログラムです
プレイ回数1275 英語長文2780打 -
ホームポジションが自然と身につく!
プレイ回数2340 短文60秒
問題文
ふりがな非表示
ふりがな表示
(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;