what is the code that when you tab on an icon it takes you to your websites | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the code that when you tab on an icon it takes you to your websites

28th Jun 2016, 5:39 PM
Rayan Ahmed
Rayan Ahmed - avatar
3 Answers
+ 6
<a href="url">name</a>
28th Jun 2016, 8:15 PM
Kashif Hashmi
Kashif Hashmi - avatar
+ 1
<a href="url">name</a> ***Make sure to put this code inside the image command you desire to make a link. Otherwise it won't be click able. Ex: <a href="www.Facebook.com"> <img src="fb.png"></a> The fb.PNG is the image
29th Jun 2016, 3:25 AM
Noor Abdikadir
Noor Abdikadir - avatar
0
anchor tag... denoted by a... written wit attribute href... eg <a href=www.google.com> dnt forget to close it </a>
30th Jun 2016, 9:12 PM
Darshan