最新的Web開發教程
 

HTML rel Attribute


定義和用法

rel屬性指定當前文檔與鏈接的文檔/資源之間的關係。


適用於

rel屬性可以在下列元素一起使用:

分子 屬性
<a> rel
<area> rel
<link> rel

例子

A實例

有一個鏈接rel屬性:

<a rel="nofollow" href="http://www.functravel.com/">Cheap Flights</a>
試一試»

Area為例

圖像映射,具有可點擊區域:

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun"
href="sun.htm" rel="alternate">
</map>
試一試»

Link示例

一個外部的樣式表:

<link rel="stylesheet" type="text/css" href="theme.css">
試一試»

瀏覽器支持

rel屬性的每個元素的以下瀏覽器支持:

元件
a
area
link