HTMLの基本構造

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>基本構造の練習</title>
</head>
<body>
</body>
</html>