+ 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
1 Answer
+ 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.