diff options
Diffstat (limited to 'files/ru/web/css/_colon_nth-child/index.html')
-rw-r--r-- | files/ru/web/css/_colon_nth-child/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/_colon_nth-child/index.html b/files/ru/web/css/_colon_nth-child/index.html index 20062cc3ae..e0eb90a695 100644 --- a/files/ru/web/css/_colon_nth-child/index.html +++ b/files/ru/web/css/_colon_nth-child/index.html @@ -20,7 +20,7 @@ translation_of: 'Web/CSS/:nth-child' } </pre> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <p>Псевдокласс <code>nth-child</code> указывается с единственным аргументом, описывающим паттерн для выбирания элементов.</p> @@ -44,9 +44,9 @@ translation_of: 'Web/CSS/:nth-child' {{csssyntax}} -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> -<h3 id="Example_selectors" name="Example_selectors">Примеры селекторов</h3> +<h3 id="Example_selectors">Примеры селекторов</h3> <dl> <dt><code>tr:nth-child(odd)</code> или <code>tr:nth-child(2n+1)</code></dt> @@ -176,7 +176,7 @@ div em { <p>{{Compat("css.selectors.nth-child")}}</p> </div> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>{{ Cssxref(":nth-of-type") }}, {{ Cssxref(":nth-last-child") }}</li> |