+ 1
How can i type the link code
What code i have to put in html to create the link?
7 Answers
+ 2
<a href= "#"> click me!! </a>
+ 1
<a href= "google.com"> let's go to Google!</a>
+ 1
Thank you.
+ 1
Aldi Rota no problemđđ
+ 1
<a href= âlink.here.comâ> text here</a>
0
Lucky Ducky no it's not like that...
the # is used for giving elements in your code hyper links that will still be directed in that code
the href= "www.outer.com"
is a type of hyper link that directs the user to another page outside the code entirely đ
0
I just only needed the a href code đ