这是我的 .css 文件。(请记住,我是学习网页设计 1 的二年级 IT 学生!):
<style>
h1 {background: #48a627;}
h1 {text-decoration:none;}
h1 {font-family: Ariel, Halavetica, sans-serif;}
h1 {color: white;}
h1 {font-size: 50px;}
h1 {text-align: center;}
body {background-color:#48a627}
body {text-decoration:none;}
body {color: black}
body {font-family: font-family: Ariel, Halavetica, sans-serif}
body {font-style: normal}
body {font-size: 20px;}
p {background-color: #48a627}
p {text-decoration:none;}
p {color: #181818}
p {font-family: Ariel, Halavetica, sans-serif}
a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: overline underline;}
a:active {background-color:#0d82df;}
ul
{
list-style-image:url('http://icons.iconseeker.com/png/32/vista-style-sport/golf-ball- 1.png');
}
</style>
这是我主页的 .css 文件的作业链接!我没有包含其余代码,因为我不认为这是问题所在。我遇到的另一个问题是,当鼠标悬停在图像上时,我的图像应该在它们周围显示一个红色边框。这仅适用于 Internet Explorer,不适用于指定的其他 2 个 Web 浏览器。我尝试更改 DOCTYPE 声明,但没有成功。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel ="stylesheet" type = "text/css" href = "D:\NMMU\Second Year\InternetProgramming 2\Assignments\Assignment 2\Assignment 2.css">
</head>
谢谢您的帮助。请不要推荐使用<div>
or 脚本或任何其他东西,因为作业规定我们不允许使用它。我的知识不是很丰富,请耐心等待!谢谢。
这是我的html代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>Home Page</title>
<head>
<link rel ="stylesheet" type = "text/css" href = "D:\NMMU\Second Year\Internet Programming 2\Assignments\Assignment 2\Assignment 2.css">
</head>
<table align = center>
<tr>
<td colspan = "2"><img src = "http://logopond.com/logos/6f9f36e05089d690709ec2ac837ada82.png" width="400" height="344" alt = ""></td>
<td><img src = "http://t3.gstatic.com/images?q=tbn:ANd9GcQiNOQS9CNd9bKW92ZQDw7mh1Qjz-_XUcKRKRlsqB2ln0SyaMMg" width = "400" height = "344" alt = ""</td>
</tr>
<tr>
<td colspan = "3" align = center><h1> Hole In One Club </h1></td>
</tr>
</table>
<body>
<table align = center>
<tr rowspan = "4">
<td >
<p>Congratulations on your hole-in-one and welcome to the world of golf’s most prestigious achievers! Do you know that only 4% of golfers ever have the satisfaction of a hole-in-one?</p>
<p>This is the official page for the hole in one club.</p>
<img src = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRzV8i9tkZv04EgGB4K2MLtVQgKl7B_cLtIanbawul0Dp_iQ0TXEw" width="250" height="200" align = "left" alt=""/>
<p>We welcome all members and visitors to our website. We are a type of insureance club that offers golfers all around South Africa the oppertunity to "obtain hole in one insurance"
for a yearly fee of only <strong>R150</strong></p>
<p>The odds of a golfer achieving a hole-in-one on any specific hole on any given day are 43 000:1. That makes a hole-in-one golfer a very special and unique person!</p>
<img src = "http://www.framingedge.ca/images/sports/hole-in-one.jpg" width = "400" height = "200" align = "right"/>
<p>The Hole In One Club is widely regarded as the most successful and most active society of its kind in South Africa.</p>
<p>Launched in 2013, the Society has grown steadily over the past year and has
rewarded a staggering 500 South African golfers for their unique achievement during this year.</p>
<p>We offer you with the prize of YOUR choice for every hole in one that you hit! To see all the prizes available please click on the link located to the right of the page. </p>
</td>
<td valign = top>
<ul>
<li><a href = "C:\Users\THETANK\Desktop\page gallery.html" ><strong>Prize's Gallery</strong></a></li>
<li><a href = ><strong>Contact Us</strong></a></li>
</ul>
</td>
<tr align = center>
<td colspan = "2">
<br>
<br>
<font size = "6"><strong>Sponsorships:</strong>
</td>
</tr>
<tr align = center>
<td colspan = "2">
<a href = "http://www.nike.com/us/en_us/c/golf"><img src = "http://www.golf-isc.co.uk/wp-content/uploads/2013/01/9abd755b_nikegolf_logo_2.jpg" width = "200" height = "100"/></a>
<a href = "http://www.ping.com/"><img src = "http://www.golfpitstop.com.au/Images/Brands/ping.jpg" width = "200" height = "100"/></a>
<a href = "http://taylormadegolf.com/"><img src = "http://sosgolf.co.za/wp-content/uploads/2013/04/taylormade.jpg" width = "200" height = "100"/></a>
</td>
</tr>
<tr>
<td align = center colspan = "2"><a href = "s212204599@live.nmmu.ac.za" ><strong> <italics>E-Mail: Andre Smith</italics></strong></a></td>
</tr>
</body>
</table>
</html>