I am having the same problem that several others have commented on: I am getting an error message indicated that my tag is not closed. My coding is:
<link type="text/css" rel="stylesheet" href="stylesheet.css">
What am I missing?
I am having the same problem that several others have commented on: I am getting an error message indicated that my tag is not closed. My coding is:
<link type="text/css" rel="stylesheet" href="stylesheet.css">
What am I missing?
The course author may be insistent upon XML compliant syntax.
<link ... />
The above is known as a self-closing tag.