diff options
Diffstat (limited to 'files/ru/web/api/htmlanchorelement/protocol/index.html')
-rw-r--r-- | files/ru/web/api/htmlanchorelement/protocol/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html index 7de2513b9f..f4e9cf46bf 100644 --- a/files/ru/web/api/htmlanchorelement/protocol/index.html +++ b/files/ru/web/api/htmlanchorelement/protocol/index.html @@ -24,7 +24,7 @@ original_slug: Web/API/HTMLHyperlinkElementUtils/protocol <pre class="brush: js">// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.protocol"> var anchor = document.getElementByID("myAnchor"); -var result = anchor.protocol; // Вернет: 'https:' +var result = anchor.protocol; // Вернёт: 'https:' </pre> <h2 id="Спецификации">Спецификации</h2> |