-2

「Website」というフォルダーにあります私のcssファイルには

body {
   background-color: #d0e4fe;
}
h1 {
   color: orange;
   text-align: center;
}
p {
   font-family: "Times New Roman";
   font-size: 22px;
}

機能しないのはなぜですか?

4

2 に答える 2

1
于 2013-07-24T02:54:27.853 に答える
0

試す

<link rel=“stylesheet” type=“text/css” href=“Website/style.css”&gt;
于 2013-07-24T02:49:53.613 に答える