+ 4
Why won't a link appear?
<html> <head> <title>Page Title</title> </head> <body> <a href="https://www.google.com/"/a> </body> </html>
7 Respuestas
+ 13
<a href="https://www.google.com/">Sample text</a>
+ 13
Update the mobile app, then you'll see a tick ✔ beneath the thumbs 👍 on my answer
https://www.sololearn.com/discuss/286200/?ref=app
+ 13
Oh dayum, nevermind then 🙏
+ 2
Don't see an update. I'm on iOS, so that might be it
+ 1
Thank you
+ 1
How do u mark as best? Is that just for computer?
+ 1
You closing it wrong. should be like <a href="link.com">the link text</a>