aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmltableelement/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmltableelement/index.html')
-rw-r--r--files/ru/web/api/htmltableelement/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/htmltableelement/index.html b/files/ru/web/api/htmltableelement/index.html
index d3e4230048..c098d783db 100644
--- a/files/ru/web/api/htmltableelement/index.html
+++ b/files/ru/web/api/htmltableelement/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/HTMLTableElement
<p>Объекты <code>table</code> описывают интерфейс <code><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-64060425">HTMLTableElement</a></code>, который содержит дополнительные свойства и методы (по сравнению с обычным объектным интерфейсом <a href="/ru/docs/DOM/element"><code>element</code></a> которые также доступны вследствие наследования) для управления внешним видом таблиц HTML.</p>
-<h2 id=".D0.A1.D0.B2.D0.BE.D0.B9.D1.81.D1.82.D0.B2.D0.B0" name=".D0.A1.D0.B2.D0.BE.D0.B9.D1.81.D1.82.D0.B2.D0.B0">Свойства</h2>
+<h2 id=".D0.A1.D0.B2.D0.BE.D0.B9.D1.81.D1.82.D0.B2.D0.B0">Свойства</h2>
<p><em>Наследует свойства от родителя, {{domxref("HTMLElement")}}.</em></p>
@@ -53,7 +53,7 @@ translation_of: Web/API/HTMLTableElement
<dd><strong>width</strong> возвращает/устанавливает ширину таблицы.</dd>
</dl>
-<h2 id="Methods" name="Methods">Методы</h2>
+<h2 id="Methods">Методы</h2>
<p><em>Наследует методы от своего родителя, {{domxref("HTMLElement")}}</em>.</p>
@@ -76,7 +76,7 @@ translation_of: Web/API/HTMLTableElement
<dd><strong>deleteRow</strong> удаляет строку.</dd>
</dl>
-<h2 id="Specifications" name="Specifications">Спецификации</h2>
+<h2 id="Specifications">Спецификации</h2>
<table class="standard-table">
<tbody>
@@ -109,11 +109,11 @@ translation_of: Web/API/HTMLTableElement
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Browser compatibility</h2>
<p>{{Compat("api.HTMLTableElement")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>Элемент HTML, реализующий данный интерфейс: {{HTMLElement("table")}}.</li>