From 05b2650717b84d199f6ebd5df8a8f9d1e3b23f3f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Tue, 23 Feb 2021 15:56:25 +0100 Subject: sync: move --- .../api/htmlhyperlinkelementutils/href/index.html | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 files/ko/web/api/htmlhyperlinkelementutils/href/index.html (limited to 'files/ko/web/api/htmlhyperlinkelementutils/href') diff --git a/files/ko/web/api/htmlhyperlinkelementutils/href/index.html b/files/ko/web/api/htmlhyperlinkelementutils/href/index.html deleted file mode 100644 index ba2dbea4d5..0000000000 --- a/files/ko/web/api/htmlhyperlinkelementutils/href/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Location - - Property - - Reference -translation_of: Web/API/HTMLHyperlinkElementUtils/href ---- -
{{ApiRef("URL API")}}
- -

HTMLHyperlinkElementUtils.href 속성은 온전한 URL을 값으로 가지는 {{domxref("USVString")}}입니다.

- -

예제

- -
// Lets imagine an <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href"> element is in the document
-var anchor = document.getElementById("myAnchor");
-var result = anchor.href; // Returns: 'https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href'
-
- -

명세

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#dom-hyperlink-href', 'HTMLHyperlinkElementUtils.href')}}{{Spec2('HTML WHATWG')}}Initial definition.
- -

브라우저 호환성

- - - -

{{Compat("api.HTMLHyperlinkElementUtils.href")}}

- -

같이 보기

- - -- cgit v1.2.3-54-g00ecf