최신 웹 개발 튜토리얼
 

링크 REL 속성

링크 객체 참조 링크 개체

현재 문서와 링크 된 문서 사이의 관계를 돌아 :

var x = document.getElementById("myLink").rel;

x의 결과는 다음과 같습니다

stylesheet
»그것을 자신을 시도

정의 및 사용

확인해 속성을 설정하거나 현재 문서와 링크 된 문서 사이의 관계를 정의 공백으로 구분 된 목록을 반환합니다.


브라우저 지원

Internet ExplorerFirefoxOperaGoogle ChromeSafari

REL 속성은 모든 주요 브라우저에서 지원됩니다.

참고 : 값 "검색"오페라 나 사파리에서 지원되지 않습니다.

참고 : 값 "사이드 바"IE, 사파리, 또는 크롬에서 지원되지 않습니다.


통사론

확인해 속성을 반환합니다 :

linkObject .rel

확인해 속성을 설정 :

linkObject .rel=relationship

속성 값

Value Description
alternate Linked page is an alternative version of the current document
appendix Linked page is the appendix page for the current document
chapter Refers to a chapter
contents Linked page is the table of contents for the current document
copyright Linked page is the copyright/policy for the current document
glossary Linked page is the glossary page for the current document
help Linked page is the help page for the current document
index Linked page is the index page for the current document
next Refers to the next page
offline Refers to a location that contains a path to the CDF file
prev Refers to the previous page
search Refers to an XML file in OpenSearch description format
section Link to a section in a list of documents
shortcut icon Refers to an icon location
sidebar Refers to the bookmark panel
start Refers to the first page (used by search engines to show the first page)
stylesheet Linked page is the style sheet for the current document
subsection Linked page is a subsection for the current document

기술적 세부 사항

반환 값 : 관계 유형의 공백으로 구분 된 목록을 나타내는 문자열,

관련 페이지

HTML 참조 : HTML <link> rel 속성


링크 객체 참조 링크 개체