diff options
Diffstat (limited to 'files/ru/web/api/document/forms/index.html')
-rw-r--r-- | files/ru/web/api/document/forms/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/document/forms/index.html b/files/ru/web/api/document/forms/index.html index 92abde95f3..1abbb91162 100644 --- a/files/ru/web/api/document/forms/index.html +++ b/files/ru/web/api/document/forms/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/Document/forms <p><strong>На заметку:</strong> Точно также Вы можете получить список элементов выбранной формы, используя свойство {{domxref("HTMLFormElement.elements")}}.</p> </div> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox"><var>collection</var> = document.forms;</pre> @@ -27,7 +27,7 @@ translation_of: Web/API/Document/forms <p>Если на странице форм нет, тогда возвращённый результат будет пустым, а длина коллекции равна нулю.</p> -<h2 id="Example" name="Example">Примеры</h2> +<h2 id="Example">Примеры</h2> <h3 id="Получение_информации_с_формы">Получение информации с формы</h3> @@ -84,7 +84,7 @@ var selectFormElement = document.forms[index].elements[index];</code></pre> </body> </html></code></pre> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table> <thead> @@ -108,11 +108,11 @@ var selectFormElement = document.forms[index].elements[index];</code></pre> </tbody> </table> -<h2 id="See_Also" name="See_Also">Браузерная поддержка</h2> +<h2 id="See_Also">Браузерная поддержка</h2> <p>{{Compat("api.Document.forms")}}</p> -<h2 id="See_Also" name="See_Also">Смотрите также</h2> +<h2 id="See_Also">Смотрите также</h2> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms">HTML forms</a></li> |