aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/images/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/document/images/index.html')
-rw-r--r--files/ru/web/api/document/images/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/document/images/index.html b/files/ru/web/api/document/images/index.html
index 59e0687c81..28079833c0 100644
--- a/files/ru/web/api/document/images/index.html
+++ b/files/ru/web/api/document/images/index.html
@@ -8,12 +8,12 @@ translation_of: Web/API/Document/images
original_slug: DOM/document.images
---
<p>{{ ApiRef() }}</p>
-<h3 id="Summary" name="Summary">Кратко об объекте</h3>
+<h3 id="Summary">Кратко об объекте</h3>
<p><code>document.images</code> возвращает коллекцию <a href="/ru/Web/API/HTMLImageElement" title="en/DOM/Image">изображений</a> в текущем HTML документе.</p>
-<h3 id="Syntax" name="Syntax">Синтаксис</h3>
+<h3 id="Syntax">Синтаксис</h3>
<pre class="eval"><em>var htmlCollection</em> = document.images;
</pre>
-<h3 id="Example" name="Example">Пример</h3>
+<h3 id="Example">Пример</h3>
<pre class="eval">var images = document.images;
for(var i = 0; i &lt; images.length; i++) {
@@ -22,9 +22,9 @@ for(var i = 0; i &lt; images.length; i++) {
};
};
</pre>
-<h3 id="Notes" name="Notes">Примечания</h3>
+<h3 id="Notes">Примечания</h3>
<p><code>document.images.length</code> — возвращает количество изображений на странице.</p>
<p><code>document.images</code> является частью DOM HTML, и работает только в HTML документах.</p>
-<h3 id="Specification" name="Specification">Спецификация</h3>
+<h3 id="Specification">Спецификация</h3>
<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-90379117">DOM Level 2 HTML: HTMLDocument.images</a></p>
<p>{{ languages( { "en": "en/DOM/document.images", "fr": "fr/DOM/document.images", "pl": "pl/DOM/document.images","ru":"ru/DOM/document.images" } ) }}</p>