<html>
<head>
<title>Homepage</title>
<style type="type/css">
body {
font-family: Arial;
color:#FFFFFF;
background-attachment:fixed;
}
h1 {
font-family:Arial;
font-size:49px;
}
h2 {
font-family:Papyrus, Times New Roman;
}
h3 {
font-family:Times New Roman:
}
</style>
</head>
これが私が頭を書いた方法です。私のウェブサイトはスタイルを行っていません。このコードに何か問題がありますか。これをブラウザに入れてソースを見ると、本文、h1、h2、h3 が表示されず、プレーン テキストのようにタグ付けされています。どうすればこれを修正できますか。