Last active
September 13, 2023 17:19
-
-
Save frontend-coder/83060a3d034fc903613d2ebc1d323dfc to your computer and use it in GitHub Desktop.
Как вставить ссылки в документ html #links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="tel: +74951234567">+7 (495) 123-45-67</a> | |
| <a href="mailto: example@mail.ru">example@mail.ru</a> | |
| <a href="skype: someskype?call">someskype</a> | |
| <a href="skype:SkypeUser">someskype</a> | |
| <a href="#metka">анкор</a> jn place <a name="metka"></a> | |
| <a href="whatsapp://send?phone=79xxxxxxxxx"> | |
| <a href="viber://add?number=номер телефона"> | |
| <a href="tg://resolve?domain=имя"> | |
| <a href="https://tlgrm.ru/channels/@tproger_official> мой канал </a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment