aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/nav/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/nav/index.html')
-rw-r--r--files/ru/web/html/element/nav/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/html/element/nav/index.html b/files/ru/web/html/element/nav/index.html
index 2d972a2f3b..436ccf0739 100644
--- a/files/ru/web/html/element/nav/index.html
+++ b/files/ru/web/html/element/nav/index.html
@@ -63,7 +63,7 @@ translation_of: Web/HTML/Element/nav
<p>В данном примере, блок <font face="consolas, Liberation Mono, courier, monospace"><span style="background-color: rgba(220, 220, 220, 0.5);"><code>&lt;nav&gt;</code> </span></font>содержит ненумерованный список ({{HTMLElement("ul")}}) ссылок. С помощью CSS данный блок можно использовать как сайдбар, навигационную колонку или выпадающее меню.</p>
-<pre class="brush: html notranslate">&lt;nav class="menu"&gt;
+<pre class="brush: html">&lt;nav class="menu"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Главная&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;О нас&lt;/a&gt;&lt;/li&gt;