diff options
Diffstat (limited to 'files/ru/web/html/element/form/index.html')
-rw-r--r-- | files/ru/web/html/element/form/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/ru/web/html/element/form/index.html b/files/ru/web/html/element/form/index.html index 3d71822ef4..aab86737ee 100644 --- a/files/ru/web/html/element/form/index.html +++ b/files/ru/web/html/element/form/index.html @@ -3,13 +3,13 @@ title: <form> slug: Web/HTML/Element/form translation_of: Web/HTML/Element/form --- -<h2 id="Summary" name="Summary">Резюме</h2> +<h2 id="Summary">Резюме</h2> <p><em>Элемент HTML form</em> (<code><form></code>) представляет (собой) раздел документа, содержащий интерактивные элементы управления, которые позволяют пользователю отправлять информацию на веб-сервер.</p> <p>Можно использовать <code><a href="/en-US/docs/CSS/%3Avalid" rel="custom">:valid</a></code> и <code><a href="/en-US/docs/CSS/%3Ainvalid" rel="custom">:invalid</a></code> CSS псевдоклассы для стилизации <code><form></code> элемента, в зависимости от того, валиден или нет конкретный элемент {{domxref("HTMLFormElement.elements", "elements")}} внутри формы.</p> -<h2 id="Usage_Context" name="Usage_Context">Контекст Использования</h2> +<h2 id="Usage_Context">Контекст Использования</h2> <table class="standard-table"> <tbody> @@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/form </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p>Как и все HTML-элементы, этот элемент поддерживает <a href="/en-US/docs/HTML/Global_attributes" title="HTML/Global attributes">глобальные атрибуты</a>.</p> @@ -93,11 +93,11 @@ translation_of: Web/HTML/Element/form </dd> </dl> -<h2 id="DOM_interface" name="DOM_interface">DOM_interface</h2> +<h2 id="DOM_interface">DOM_interface</h2> <p>Этот элемент реализует {{domxref("HTMLFormElement")}} интерфейс.</p> -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> <pre class="brush: html"><!-- Простая форма, которая пошлёт GET запрос --> <form action=""> @@ -122,11 +122,11 @@ translation_of: Web/HTML/Element/form </form> </pre> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость браузера</h2> +<h2 id="Browser_compatibility">Совместимость браузера</h2> <p>{{Compat("html.elements.form")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>Другие элементы, которые используются для создания форм: {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}},{{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("legend")}}, {{HTMLElement("meter")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}}, {{HTMLElement("textarea")}}.</li> |