- 1
How to I code a link on HTML?
I can't understand how I code a link. Like --( telegram.org) how I can code telegram on HTML. Please answer with code. Please please
6 Answers
+ 4
You mean a link in webpage that redirects you to telegram ??
Then use <a> tag
<a href="http://telegram.org">Telegram</a>
Value of href attribute is the link destination .
+ 3
Rohan Rsk value is the link you want to redirect user.
Here "telegram.org" is the value of href attribute.
+ 1
Rohan Rsk, no. It is just text, image or other data, clicking on which will redirect the user to some page or other file (in this case, https://telegram.org). It is recommended to use an informative data ("Telegram" in this case is says it all: link to Telegram) and not something like "Click me or ...", "Must click", etc.
0
Yeah Done. But the Telegram is the value??
- 1
Ooo
- 1
And the Telegram word is need.