Can anyone help with my first try at html. The basic web page works but I...

...can't get the CSS link to work.? The .html and .css files are in the same directory so I don't think this is the problem. The html and css files are shown below:

html file:

<html>
<head>
<title>Hartford Jigsaws - Puzzle List
</title>
<link rel=”stylesheet” type="text/css" a href="hartjig_styles.css" />
</head>
<body>

<h1>Puzzle List</h1>

<p>Still Life
<img src="JP0014.jpg" width="210" height="160" />

<p>Movie Madness
<img src="JP0015.jpg" width="210" height="160" />



</body>

</html>


css file:

body {background: #D4ECFB; font-family: "Comic Sans MS"; color: #497FBF}


Thanks
Christine
 
Back
Top