When we are using href if we click on the given word it will go directly to that link how is it possible | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

When we are using href if we click on the given word it will go directly to that link how is it possible

5th Apr 2017, 11:47 AM
venumadhavi
2 ответов
+ 7
<a href="www.google.com">Hello World Here,when you click on hello world,you will be directed to google.com
5th Apr 2017, 11:51 AM
Meharban Singh
Meharban Singh - avatar
+ 4
<a href="www.putyourlinkhere">this word will contain the link</a> <!-- do not forget to close the taf with</a> --> to remove the line under the link use CSS like this: <a href="www.putyourlinkhere" style="text-decoration:none" >this word will contain the link</a>
5th Apr 2017, 12:23 PM
Amjad
Amjad - avatar