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. 

  • 相关阅读:
    字符编码
    mahout 使用
    cloudera Manager使用总结
    HDFS 操作命令总结
    基于hive的日志分析系统
    hive 中的正则表达式
    hadoop 用户
    Java中设置classpath、path、JAVA_HOME的作用
    排序
    动手动脑
  • 原文地址:https://www.cnblogs.com/rockchip/p/3307551.html
Copyright © 2011-2022 走看看