惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Spread Privacy
Spread Privacy
T
Troy Hunt's Blog
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
Schneier on Security
罗磊的独立博客
T
The Exploit Database - CXSecurity.com
博客园 - 司徒正美
月光博客
月光博客
C
Cybersecurity and Infrastructure Security Agency CISA
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Project Zero
Project Zero
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Latest news
Latest news
L
Lohrmann on Cybersecurity
阮一峰的网络日志
阮一峰的网络日志
C
CERT Recently Published Vulnerability Notes
腾讯CDC
Jina AI
Jina AI
Cyberwarzone
Cyberwarzone
T
Threat Research - Cisco Blogs
T
Tenable Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - Franky
宝玉的分享
宝玉的分享
WordPress大学
WordPress大学
Attack and Defense Labs
Attack and Defense Labs
C
Cyber Attacks, Cyber Crime and Cyber Security
V
V2EX
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
Scott Helme
Scott Helme
小众软件
小众软件
L
LINUX DO - 最新话题
博客园 - 叶小钗
博客园 - 【当耐特】
PCI Perspectives
PCI Perspectives
SecWiki News
SecWiki News
S
Security Affairs
P
Palo Alto Networks Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
S
SegmentFault 最新的问题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
博客园 - 聂微东
量子位
C
CXSECURITY Database RSS Feed - CXSecurity.com
Help Net Security
Help Net Security
S
Secure Thoughts
S
Securelist

博客园 - 骞

禅宗的哲学 10大微型博客工具的比较 火车N K T是什么意思? - 骞 2006年度全国投资潜力中小城市百强发布(附名单) 10个免费网页统计与分析工具 .htaccess 学习笔记 Go daddy 优惠码 无法启动调试,绑定句柄无效. my.cnf配置(转) Baidu Tips: 百度小提示 站外搜索命令:看看其他网站如何引用自己网站上的内容 详解链接的rel与target MSDN Visual C# 学习 Silverlight运行环境和相关的开发工具 《勇敢的心》原声 音乐无界!10首经典英文广告歌曲欣赏 Silverlight 入门 话题广告服务商收集 国内Google AdSense 中文高价关键词
rel rev参数
· 2007-08-26 · via 博客园 - 骞

HTML DOM rel属性

The rel property sets or returns the relationship to a forward link.
rel属性可用来设置或返回当前文档与前往连接的关系。

The rel and rev properties work together.
rel和rev属性得一起工作

The rel (relationship) property specifies a relationship to the target. The rev (reverse) property specifies a reverse link from the target document to the current document.
rel属性指定目标关系。rev属性指定反向目标关系

These properties are used by search engines to provide a linked navigation menu.
这些属性被搜索用来提供被连接的导航菜单

Syntax
语法
anchorObject.rel=relationship

Both properties can have one of the following values:
这两个属性可在下面这些值里拥有其中的一个:

Value

Description
描述

appendix
Link to the appendix page of a document
连接到文档的附录页

alternate
Link to an alternative source
连接到其它来源

bookmark
Link to a bookmark. Often used for "permalink" in web blogs
连接到书签。一些blog经常用到的。

chapter
Link to a chapter from the current documents
连接到当前文档的标题

contents
Link to the table of contents in the current document
连接到当前文档的表格内容

copyright
Link to copyright or policy page of the current document
连接到当前文档页著作权或政策部分

glossary
Link to glossary page of the document
连接到当前文档的词汇页

index
Link to the index page of the current document
连接到当前文档的索引页

next
Link to next page from the current document
连接到当前文档的下一页

prev
Link to the previous page from the current document
连接到当前文档的前一页

section
Link to a section in a list of documents
连接到文档清单列表

start
Link to the first page of the current documents. Used by search engines to show the first page
连接到当前文档的第一张页面。

subsection
Link to a sub-section in a list of current documents. ( Note that a section can have multiple sub-sections)
连接到当前文档的副清单列表。

HTML DOM rev属性

The rev property sets or returns the reverse relationship of a link.
rev属性可设置或返回反向连接关系

The rel and rev properties work together.
rel和rev属性得一起工作

The rel (relationship) property specifies a relationship to the target. The rev (reverse) property specifies a reverse link from the target document to the current document.
rel属性指定目标关系。rev属性指定反向目标关系

These properties are used by search engines to provide a linked navigation menu.
这些属性被搜索用来提供被连接的导航菜单

Syntax
语法
anchorObject.rev=relationship

Both properties can have one of the following values:
这两个属性可在下面这些值里拥有其中的一个:

Value

Description
描述

appendix
Link to the appendix page of a document
连接到文档的附录页

alternate
Link to an alternative source
连接到其它来源

bookmark
Link to a bookmark. Often used for "permalink" in web blogs
连接到书签。一些blog经常用到的。

chapter
Link to a chapter from the current documents
连接到当前文档的标题

contents
Link to the table of contents in the current document
连接到当前文档的表格内容

copyright
Link to copyright or policy page of the current document
连接到当前文档页著作权或政策部分

glossary
Link to glossary page of the document
连接到当前文档的词汇页

index
Link to the index page of the current document
连接到当前文档的索引页

next
Link to next page from the current document
连接到当前文档的下一页

prev
Link to the previous page from the current document
连接到当前文档的前一页

section
Link to a section in a list of documents
连接到文档清单列表

start
Link to the first page of the current documents. Used by search engines to show the first page
连接到当前文档的第一张页面。

subsection
Link to a sub-section in a list of current documents. ( Note that a section can have multiple sub-sections)
连接到当前文档的副清单列表。

附:

Alternate — 定义交替出现的链接
Stylesheet — 定义一个外部加载的样式表
Start — 通知搜索引擎,文档的开始
Next — 记录文档的下一页.(浏览器可以提前加载此页)
Prev — 记录文档的上一页.(定义浏览器的后退键)
Contents
Index — 当前文档的索引
Glossary — 词汇
Copyright — 当前文档的版权
Chapter — 当前文档的章节
Section — 作为文档的一部分
Subsection — 作为文档的一小部分
Appendix — 定义文档的附加信息
Help — 链接帮助信息
Bookmark — 书签