在css樣式中的stylesheet是什么意思

字號:


    stylesheet英文翻譯為樣式表,不錯這條代碼的作用就是告訴瀏覽器需要引用外部樣式表文件為那個,例如:<link href="css/xue51_com_style.css" rel="stylesheet" type="text/css">,意思就是引用css文件夾下面的xue51_com_style.css這個樣式文件,其中rel(relation)標簽屬性用于設置對象和鏈接目的間的關系,也就是指明你鏈接進來的對象是個什么東西的,具體的值及其所表示的關系如下:
    名單
    在css樣式中的stylesheet是什么意思
    Alternate:Substitute version of the file that contains the link.
    Appendix:Page that is an appendix for the set of pages.
    Bookmark:Bookmark.
    Chapter:Page that is a chapter for a set of pages.
    Contents:Table of contents document.
    Copyright:Copyright notice for the current page.
    Glossary:Glossary for the current page.
    Help:Help document.
    Index:Index document for the current page.
    Next:Next document in a sequence.
    Offline:href that contains a path to the CDF file to be used for an offline favorite.
    Prev:Previous document in a sequence.
    Section:Page that is a section for a set of pages.
    Shortcut:Icon href that contains a path to an icon file to be used for the favorite or link.
    Start:First document of a set.
    Stylesheet:Style sheet.
    Subsection:Page that is a subsection for a set of pages.
    本小編英文不是太好,通過在線翻譯得到以下內容:
    備用:包含鏈接的文件替代版本。
    附錄:網頁是為頁面集附錄。
    書簽書簽。
    第二章:頁面,一個頁面設置章。
    內容:內容文件表。
    版權所有:當前頁版權聲明。
    詞匯表:為當前頁的詞匯。
    幫助:幫助文檔。
    指數:為當前頁的索引文件。
    下一步:在一個序列中的下一個文件。
    離線:超鏈接包含路徑的CDF文件可用于脫機收藏夾。
    滬指:序列中的前一個文檔。
    部分:網頁是一個套節(jié)。
    快捷:圖標鏈接包含一個圖標文件,可以用于喜愛或鏈接路徑。
    啟動:一集的第一個文件。
    樣式:樣式表。
    分部:網頁是一款為一組頁面。