+ 1
what is the code that when you tab on an icon it takes you to your websites
3 Antworten
+ 6
<a href="url">name</a>
+ 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
0
anchor tag... denoted by a... written wit attribute href... eg <a href=www.google.com> dnt forget to close it </a>