Why not LINK within NOSCRIPT?

I see this invalid code in use:

<head>
  <noscript>
    <link href="/css/default.css" rel="stylesheet" type="text/css">
  </noscript>
</head>

This seemed like a possible way to link to a default stylesheet when the client has Javascript
disabled, but I find that in HTML 4 (and XHTML) LINK may appear within HEAD but not within
NOSCRIPT. Why?

Einar

Received on Sunday, 9 July 2000 14:17:31 UTC