我正在尝试完成我的作业以开始网络编程。我是第一次使用 CSS,无法使链接正常工作。我有一个链接到我的 html 页面的打开的 css 文档。
这是标签之前我的文本顶部的所有内容。
<!DOCTYPE html>
<html>
<head>
<!--
New Perspectives on HTML and CSS
Tutorial 3
Tutorial Case
Sunny Acres Home Page
Author:
Date:
Filename: home.htm
Supporting files: photo1.jpg, modernizr-1.5.js, sa_layout.css, salogo.png,
sastyles.css
-->
<meta charset="UTF-8" />
<title>Sunny Acres</title>
<script src="modernizr-1.5.js"></script>
<link href=”sa_layout.css” rel=”stylesheet” type=”text/css” />
<link href=”sa_styles.css” rel=”stylesheet” type=”text/css” />
</style>
</head>
任何人都可以帮忙吗?