From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/css/id_selectors/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/css/id_selectors') diff --git a/files/ru/web/css/id_selectors/index.html b/files/ru/web/css/id_selectors/index.html index 414b53fae9..1341ccbea9 100644 --- a/files/ru/web/css/id_selectors/index.html +++ b/files/ru/web/css/id_selectors/index.html @@ -5,11 +5,11 @@ translation_of: Web/CSS/ID_selectors ---
{{ CSSRef() }}
-

Краткое описание

+

Краткое описание

В HTML-документах CSS-селекторы по ID производят выборку всех элементов по ID, полностью совпадающих с селектором.

-

Синтаксис

+

Синтаксис

#id_value { style properties }
@@ -17,7 +17,7 @@ translation_of: Web/CSS/ID_selectors
[id=id_value] { style properties }
-

Пример

+

Пример

span#identified {
   background-color: DodgerBlue;
@@ -30,7 +30,7 @@ translation_of: Web/CSS/ID_selectors
 
 

{{ EmbedLiveSample('Example', 200, 50) }}

-

Спецификации

+

Спецификации

-- cgit v1.2.3-54-g00ecf