+ 1

How can i type the link code

What code i have to put in html to create the link?

29th Sep 2020, 12:31 PM
Aldi Rota
Aldi Rota - avatar
7 Answers
+ 2
<a href= "#"> click me!! </a>
29th Sep 2020, 12:32 PM
LIONEL
LIONEL - avatar
+ 1
<a href= "google.com"> let's go to Google!</a>
29th Sep 2020, 12:33 PM
LIONEL
LIONEL - avatar
+ 1
Thank you.
29th Sep 2020, 12:33 PM
Aldi Rota
Aldi Rota - avatar
+ 1
Aldi Rota no problem😃😊
29th Sep 2020, 12:34 PM
LIONEL
LIONEL - avatar
+ 1
<a href= “link.here.com”> text here</a>
29th Sep 2020, 12:40 PM
Farmy
Farmy - avatar
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 😀
29th Sep 2020, 12:43 PM
LIONEL
LIONEL - avatar
0
I just only needed the a href code 🙂
29th Sep 2020, 12:44 PM
Aldi Rota
Aldi Rota - avatar