aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/style/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/style/index.html')
-rw-r--r--files/ru/web/html/element/style/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/html/element/style/index.html b/files/ru/web/html/element/style/index.html
index 6b2d10915d..6ffa501c5d 100644
--- a/files/ru/web/html/element/style/index.html
+++ b/files/ru/web/html/element/style/index.html
@@ -10,7 +10,7 @@ tags:
- элементы
translation_of: Web/HTML/Element/style
---
-<h2 id="Summary" name="Summary">Краткое описание</h2>
+<h2 id="Summary">Краткое описание</h2>
<p><em>HTML-элемент <strong>&lt;style&gt;</strong></em> содержит стилевую информацию для документа или его части. По умолчанию стилевые инструкции внутри этого элемента считаются написанными на <a href="/ru/docs/Web/CSS">CSS</a>.</p>
@@ -39,7 +39,7 @@ translation_of: Web/HTML/Element/style
<dd>If set, disables (does not apply) the style rules, specified within the element, to the {{domxref("document","Document")}}.</dd>
</dl>
-<h2 id="Examples" name="Examples">Примеры</h2>
+<h2 id="Examples">Примеры</h2>
<h3 id="Простая_таблица_стилей">Простая таблица стилей</h3>
@@ -65,11 +65,11 @@ body {
&lt;/article&gt;
</pre>
-<h4 id="Live_sample" name="Live_sample">Live sample</h4>
+<h4 id="Live_sample">Live sample</h4>
<div>{{ EmbedLiveSample('Таблица_стилей_с_ограниченной_областью_действия', '100%', '200') }}</div>
-<h2 id="Specifications" name="Specifications">Спецификации</h2>
+<h2 id="Specifications">Спецификации</h2>
<table class="standard-table">
<tbody>
@@ -96,11 +96,11 @@ body {
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость браузеров</h2>
+<h2 id="Browser_compatibility">Совместимость браузеров</h2>
<p>{{Compat("html.elements.style")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>Элемент {{HTMLElement("link")}}, позволяющий использовать внешние таблицы стилей.</li>