+ 4
How can you get a link that leads to google?
In my new code I created a form that you can link to google but when the submit tag is clicked the page goes blank why? https://code.sololearn.com/WHjcfjIGFVFT/?ref=app
3 Antworten
+ 14
Desiree you can use anchor tag
<a href="https://www.google.com/">Google</a>
+ 9
Yes use anchor tag ,
<a href="link here ">google</a>
+ 4
GAWEN STEASY thanks a lot