HTML&CSS

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | aki♪ | 4856 | B | 4.9 | 98.3% | 153.6 | 759 | 13 | 21 | 2025/07/27 |
2 | kuかかってこい | 4654 | C++ | 4.8 | 96.8% | 157.7 | 759 | 25 | 21 | 2025/07/13 |
3 | kuかかってこい | 4172 | C | 4.4 | 94.9% | 172.3 | 759 | 40 | 21 | 2025/07/01 |
4 | 青野さん | 4036 | C | 4.0 | 99.3% | 186.8 | 759 | 5 | 21 | 2025/06/26 |
5 | た | 2362 | F++ | 2.5 | 93.5% | 299.3 | 759 | 52 | 21 | 2025/07/28 |
関連タイピング
-
プログラミングをタイピングで体験しよう
プレイ回数1241英語81打 -
数字キーに定義されている記号の練習
プレイ回数1399英語短文68打 -
エンターキー周辺の記号
プレイ回数1124英語短文47打 -
アルファベット以外のキーを覚えよう
プレイ回数3813英語短文82打 -
Vi ( Vim ) コマンド を習得しよう!
プレイ回数2999190打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1653英語長文220打 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4376短文英字90秒 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数887長文590打
問題文
(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;