我在Windows記事本使用CSS時遇到了以下問題:CSS樣式類問題
<!DOCTYPE html>
<html>
<head>
<title>RYZJMScience</title>
<style>
#title {
display: block;
margin: 0px auto;
}
.page {
text-decoration: none;
display: inline;
font: "Georgia, serif;
font-size: 40px;
font-color: rgb(0,0,205);
border: 2px 1px 1px 1px solid rgb(255,140,0);
}
</style>
</head>
<body>
<img src="title.png" id="title">
<a href="index.html" class="page">Home</a>
<a href="weekly.html" class="page">Weekly</a>
<a href="monthly.html" class="page">Monthly</a>
<a href="physics.html" class="page">Physics</a>
<a href="chemistry.html" class="page">Chemistry</a>
<a href="biology.html" class="page">Biology</a>
<a href="technology.html" class="page">Technology</a>
</body>
</html>
當這個運行時,該班級。第選擇下工作的唯一的事情是用於文本裝飾聲明刪除鏈接的下劃線。請幫忙!