I am currently working on a code. I just did <a href="#" on three different text. How can I write on them and still link them? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

I am currently working on a code. I just did <a href="#" on three different text. How can I write on them and still link them?

Pls I need your help

19th Mar 2020, 5:46 PM
Amuwa Timothy
Amuwa Timothy - avatar
1 Antwort
+ 1
Just put some text between your <a> tags. <p><a href="#">This is a link</a></p> You can put your anchor tags around an image if you like and the whole thing becomes clickable.
19th Mar 2020, 5:53 PM
Russ
Russ - avatar