add HTML # links

This commit is contained in:
Alexander Popov 2022-03-27 09:50:41 +03:00
parent 1c051fe813
commit 75e3463ec7
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# HTML
- [favicons.html](favicons.html)
- [anchors.html](anchors.html) - Пример использования якоря на странице
- [humans.txt](humans.txt)

3
HTML/anchors.html Normal file
View File

@ -0,0 +1,3 @@
<p><a name="top"></a></p>
<p>...</p>
<p><a href="#top">Наверх</a></p>