html 定型文

問題文
(<!doctype html>)
<!doctype html>
(<html lang=”ja”>)
<html lang="ja">
(<head>)
<head>
(<meta charset=”utf-8”>)
<meta charset="utf-8">
(<title></title>)
<title></title>
(<link rel=”stylesheet” href=”cssぱす”>)
<link rel="stylesheet" href="CSSパス">
(</head>)
</head>
(<body></body>)
<body></body>
(</html>)
</html>
(<a href=”りんくさきふぁいるのぱす”>くりっくするもの</a>)
<a href ="リンク先ファイルのパス">クリックするもの</a>
(<img src=”がぞうふぁいるのぱす” alt=”だいたいてきすと”>)
<img src="画像ファイルのパス" alt="代替テキスト">
(<ul><li></li></ul>)
<ul><li></li></ul>
(<ol><li></li></ol>)
<ol><li></li></ol>
(<script src=”javaふぁいる”></script>)
<script src="javaファイル"></script>
(<time datetime=”2002-04-11”></time>)
<time datetime="2002-04-11"></time>
(<meta name=”viewport”)
レスポンシブwebデザイン
(content=”width=device-width,)
レスポンシブwebデザイン
(initial-scale=1.0”>)
レスポンシブwebデザイン
(<link rel=”stylesheet” href=”cssぱす”)
レスポンシブwebデザイン
(media=”めでぃあとくせい and (めでぃあくえりー)”>)
レスポンシブwebデザイン
(<table><tr><th>こうもく</th>)
<table><tr><th>項目</th>
(<td>せつめい</td></tr></table>)
<td>説明</td></tr></table>
(<th rowspan=”3”></th>)
<th rowspan="3"></th>
(<th scope=”col”></th>)
<th scope="col"></th>
(<th scope=”row”></th>)
<th scope="row"></th>
(<table><caption>せつめい</caption><tr><th>)
<table><caption>説明</caption><tr><th>
(<form action=”そうしんさきのurl”>)
<form action="送信先のURL">
(<p><label>おなまえ(ひっす)<br>)
<p><label>お名前(必須)<br>
(<input type=”text” name=”name”)
<input type="text" name="name"
(required></label></form>)
required></label></form>
(<p>おといあわせしゅるい<br>)
ラジオボタン <p>お問い合わせ種類<br>
(<label><input type=”radio” name=”kind” value=”0”>じぜんのご)
ラジオボタン 1つ目(事前のご相談)
(<input type=”radio” name=”kind” value=”1”>そのた</label><)
ラジオボタン 2つ目(その他)
(<p><label>ないよう<br>)
テキストエリア 内容
(<textarea name=”comment”></textarea></label></p>)
テキストエリア
(<p><input type=”submit” value=”かくにんする”></p>)
送信ボタン "ボタンに表示されるテキスト"="確認する"