Link issues? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Link issues?

alright so in my code i am using the <a href> tag to test out links. So i went to google and copied the link address from the bar and put it in my code. I then went into the file browser (because i don't know if any windows 10 thing can open a html file) and i clicked my page link. It opens and brings me to my page and the clickable link is on the bottom. I click the link and it just brings me back to the top of my page, it does NOT open google. Can someone please take a peek at it and tell me what i am doing wrong?

15th May 2017, 3:34 PM
Hunter Carwile
Hunter Carwile - avatar
4 Answers
+ 14
Can you share that snippet of code which is not working? It should be something like this : <a href ="www.google.com">Click here </a>
15th May 2017, 3:42 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 12
But there should be some clickable text for user to click on. Try it out: <a href ="www.google.com">Google </a> User can click on the text "Google"
15th May 2017, 3:50 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 11
Good 😊
15th May 2017, 3:51 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
i found what i did wrong haha it was placement issues of where everything went thank you if it werent for that i wouldn't have known
15th May 2017, 3:50 PM
Hunter Carwile
Hunter Carwile - avatar