aboutsummaryrefslogtreecommitdiff
path: root/files/ru/tools/page_inspector/how_to
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-20 13:28:52 +0300
committerGitHub <noreply@github.com>2021-10-20 13:28:52 +0300
commit1386fed7d38652d5848d315927e7e23a66cffd13 (patch)
treeeb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/tools/page_inspector/how_to
parentb0f32a46245b1033098a5a9826a7818fa4e65dde (diff)
downloadtranslated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/tools/page_inspector/how_to')
-rw-r--r--files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html
index 63f99bf657..0370fbe069 100644
--- a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html
+++ b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html
@@ -160,7 +160,7 @@ translation_of: Tools/Page_Inspector/How_to/Examine_and_edit_HTML
</tbody>
</table>
-<h2 id="Редактирование_HTML"><a name="Editing_HTML">Редактирование HTML</a></h2>
+<h2 id="Редактирование_HTML"><a>Редактирование HTML</a></h2>
<p>Вы можете редактировать HTML — теги, атрибуты и содержимое — прямо в панели HTML: сделайте двойной щелчок по тексту, который вы хотите изменить, измените его, нажмите Enter, — и изменения сразу же будут применены.</p>
@@ -172,7 +172,7 @@ translation_of: Tools/Page_Inspector/How_to/Examine_and_edit_HTML
<p>Используя <a href="/ru/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML#Element_popup_menu">контекстное меню</a>, можно копировать узлы в дереве HTML и потом вставлять их.</p>
-<h3 id="Drag_and_drop" name="Drag_and_drop">Перетаскивание</h3>
+<h3 id="Drag_and_drop">Перетаскивание</h3>
<div class="geckoVersionNote">
<p>Новое в Firefox 39.</p>