diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
| commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
| tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/html/element/time | |
| parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
| download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip | |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/html/element/time')
| -rw-r--r-- | files/ru/web/html/element/time/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/html/element/time/index.html b/files/ru/web/html/element/time/index.html index 5a173360fe..3acec787fb 100644 --- a/files/ru/web/html/element/time/index.html +++ b/files/ru/web/html/element/time/index.html @@ -49,18 +49,18 @@ translation_of: Web/HTML/Element/time <h2 id="Примеры">Примеры</h2> -<h3 id="Simple_example" name="Simple_example">Простой пример</h3> +<h3 id="Simple_example">Простой пример</h3> <h4 id="HTML">HTML</h4> <pre class="brush: html"><p>Концерт начинается в <time>20:00</time>.</p> </pre> -<h4 id="Output" name="Output">Вывод</h4> +<h4 id="Output">Вывод</h4> <p>{{ EmbedLiveSample('Simple_example', 250, 60) }}</p> -<h3 id="Datetime_example" name="Datetime_example">пример <code>datetime</code></h3> +<h3 id="Datetime_example">пример <code>datetime</code></h3> <h4 id="HTML_2">HTML</h4> @@ -71,7 +71,7 @@ translation_of: Web/HTML/Element/time <p>{{ EmbedLiveSample('Datetime_example', 250, 60) }}</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -104,7 +104,7 @@ translation_of: Web/HTML/Element/time <p>{{Compat("html.elements.time")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>The {{HTMLElement("data")}} элемент, позволяющий обозначать другие типы данных.</li> |
