How can you get a link that leads to google? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

2nd Jan 2020, 3:59 PM
💟Desiree 💟
💟Desiree 💟 - avatar
3 Antworten
+ 14
Desiree you can use anchor tag <a href="https://www.google.com/">Google</a>
2nd Jan 2020, 4:02 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 9
Yes use anchor tag , <a href="link here ">google</a>
18th Apr 2020, 3:57 PM
Dipendra
Dipendra - avatar
+ 4
GAWEN STEASY thanks a lot
2nd Jan 2020, 4:05 PM
💟Desiree 💟
💟Desiree 💟 - avatar