link 和 style 元素在 HTML 文档中的位置

在 W3C 中对于 link 元素 和 style 元素 出现的位置有详细的说明:

HTML permits any number of STYLE elements in the HEAD section of a document.

The LINK element defines a link. Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times.

也就是说 link 元素 和 style 元素 必须出现在 head 元素中.

posted @ 2008-07-04 14:45  一抹微蓝  阅读(467)  评论(0编辑  收藏  举报