zoukankan      html  css  js  c++  java
  • link标签 rel="stylesheet"

    首先,link标签是用于当前文档引用外部文档的,其次,这个标签的rel属性用于设置对象和链接目的间的关系,说白了就是指明你链进来的对象是个什么东西的,具体的值及其所表示的关系如下:
    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. 

  • 相关阅读:
    51Nod 1006 最长公共子序列Lcs
    输入和输出
    51Nod 1092 回文字符串
    51Nod 1050 循环数组最大子段和
    项目初始
    一元多项式求导 (25)
    说反话 (20)
    数组元素循环右移问题 (20)
    素数对猜想 (20)
    换个格式输出整数 (15)
  • 原文地址:https://www.cnblogs.com/rockchip/p/3307551.html
Copyright © 2011-2022 走看看