HTML5 CSS+
java script入門
普通のタイピングに飽きた貴兄へ!
関連タイピング
-
公開されている実践的な javascript プログラムです
プレイ回数1275 英語長文2780打 -
JavaScript 暗記用です
プレイ回数3724 英語長文1247打 -
htmlやcssのタイピングです。
プレイ回数7699 英語長文120秒 -
htmlのタグを入力
プレイ回数396 300秒 -
プレイ回数46 短文かな71打
-
ひたすら「あいうえお」(母音)
プレイ回数2419 連打1350打 -
暗記用
プレイ回数1944 長文1549打 -
プログラミングを学びたい方は是非!2025/05/21公開
プレイ回数3939 610打
問題文
ふりがな非表示
ふりがな表示
(Visual Studio)
Visual Studio
(<!DOCTYPE html>)
<!DOCTYPE html>
(<html> </html>)
<html> </html>
(<META charset="UTF-8">)
<META charset="UTF-8">
(<head> </head>)
<head> </head>
(<h1> </h1>)
<h1> </h1>
(<p> </p>)
<p> </p>
(<ol> </ol>)
<ol> </ol>
(<ul> </ul>)
<ul> </ul>
(<span> </span>)
<span> </span>
(<td> </td> <td>1</td> <td>2</td> <td>3</td>)
<td> </td> <td>1</td> <td>2</td> <td>3</td>
(<td colspan="2">2</td>)
<td colspan="2">2</td>
(<a href="http://www.google.com/">)
<a href="http://www.google.com/">
(<img src="book0.png" />)
<img src="book0.png" />
(Visual Studio)
Visual Studio
(<p style="color:red;">)
<p style="color:red;">
(<span style="font-style:italic">)
<span style="font-style:italic">
(h1 {text-align: center;})
h1 {text-align: center;}
(h2 {font-style: italic; color: blue;})
h2 {font-style: italic; color: blue;}
(var a = true && true && true; // a = true)
var a = true && true && true; // a = true