aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html')
-rw-r--r--files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html b/files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html
index 0ec868fd19..6c1090bd2e 100644
--- a/files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html
+++ b/files/ru/learn/html/introduction_to_html/creating_hyperlinks/index.html
@@ -123,7 +123,7 @@ original_slug: Learn/HTML/Введение_в_HTML/Создание_гиперс
&lt;/p&gt;</pre>
</li>
<li>
- <p><strong>Перемещение вниз в подкаталоги</strong>: Если вы хотите подключить ссылку внутри <code>index.html</code> (верхний уровень <code>index.html<font face="Open Sans, arial, x-locale-body, sans-serif"><span style="background-color: #ffffff;">), указывающую на </span></font></code><code>projects/index.html</code>, вам нужно спуститься ниже в директории <code>projects</code> перед тем, как указать файл, который вы хотите. Это делается путём указания имени каталога, после которого идёт слэш и затем имя файла. Итак, URL-адрес, который вы используете - <code>projects/index.html</code>:</p>
+ <p><strong>Перемещение вниз в подкаталоги</strong>: Если вы хотите подключить ссылку внутри <code>index.html</code> (верхний уровень <code>index.html<font face="Open Sans, arial, x-locale-body, sans-serif"><span style="background-color: #ffffff;">), указывающую на </span></font></code><code>projects/index.html</code>, вам нужно спуститься ниже в директории <code>projects</code> перед тем, как указать файл, который вы хотите. Это делается путём указания имени каталога, после которого идёт слеш и затем имя файла. Итак, URL-адрес, который вы используете - <code>projects/index.html</code>:</p>
<pre class="brush: html notranslate">&lt;p&gt;Посетите мою
  &lt;a href="projects/index.html"&gt;домашнюю страницу проекта&lt;/a&gt;.