aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/class_selectors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/class_selectors/index.html')
-rw-r--r--files/ru/web/css/class_selectors/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/class_selectors/index.html b/files/ru/web/css/class_selectors/index.html
index a7361bbaae..f00492db94 100644
--- a/files/ru/web/css/class_selectors/index.html
+++ b/files/ru/web/css/class_selectors/index.html
@@ -5,11 +5,11 @@ translation_of: Web/CSS/Class_selectors
---
<div>{{CSSRef("Selectors")}}</div>
-<h2 id="Summary" name="Summary">Краткое описание</h2>
+<h2 id="Summary">Краткое описание</h2>
<p>В HTML документе, селекторы по CSS классу находят элементы с нужным классом. Атрибут класса определяется как разделённый пробелами список элементов, и один из этих пунктов должен точно соответствовать имени класса, приведённому в селекторе.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">.classname { <em>style properties</em> }</pre>
@@ -17,7 +17,7 @@ translation_of: Web/CSS/Class_selectors
<pre class="syntaxbox">[class~=classname] { <em>style properties</em> }</pre>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<h3 id="CSS">CSS</h3>
@@ -34,7 +34,7 @@ translation_of: Web/CSS/Class_selectors
<p>{{ EmbedLiveSample('Example', 200, 50) }}</p>
-<h2 id="Specifications" name="Specifications">Спецификации</h2>
+<h2 id="Specifications">Спецификации</h2>
<table class="standard-table">
<thead>