0
How can I add account hyperlink in html ?
Please give me the tags which can I add
1 Answer
+ 2
If you are using phone,
open your profile - > click on menu(3 vertical dots at top right corner) - > click on "share" - > from all available options select "copy to clipboard" -> now you have link to your profile copied in clipboard, paste wherever required. To add link in html simply set it to href attribute of anchor tag, <a href="(paste link here)">Ismail Naik</a>