HTML5 CSS+

関連タイピング
-
プログラミングでよく使う記号や構文を練習したい人向け
プレイ回数1万長文956打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3326英語長文721打 -
2022.12.14:プロパティを削除・追加。
プレイ回数2972英語90秒 -
基礎的なHTML
プレイ回数3353英語54打 -
プレイ回数130760秒
-
JavaScript 暗記用です
プレイ回数2865英語長文594打 -
自分練習用
プレイ回数436長文259打 -
Pythonプログラミングのタイピング超入門です。
プレイ回数3158短文90秒
問題文
(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