- 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

24th Mar 2021, 8:48 AM
Rohan Rsk
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 .
24th Mar 2021, 8:53 AM
TOLUENE
TOLUENE - avatar
+ 3
Rohan Rsk value is the link you want to redirect user. Here "telegram.org" is the value of href attribute.
24th Mar 2021, 8:58 AM
TOLUENE
TOLUENE - avatar
+ 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.
24th Mar 2021, 10:40 AM
#0009e7 [get]
#0009e7 [get] - avatar
0
Yeah Done. But the Telegram is the value??
24th Mar 2021, 8:57 AM
Rohan Rsk
- 1
Ooo
24th Mar 2021, 8:59 AM
Rohan Rsk
- 1
And the Telegram word is need.
24th Mar 2021, 9:01 AM
Rohan Rsk