+ 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?
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>
+ 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"
+ 11
Good đ
+ 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