Add links to an html text. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Add links to an html text.

I don't know why when I put Links in my html text it doesn't run? I use for example this code, it's a link to a flower image on Google: <a herf="https://images.app.goo.gl/6vngiszHxjS8Asuz5> image </a> On the output there will be the word "image" that is supposed to lead me to the image, I click on the word but I doesn't work 😅?

15th Jul 2022, 2:56 PM
Little Mimi
Little Mimi - avatar
2 Answers
+ 6
You wrote it wrong the Code is <a href="{URL}"></a> and not herf edit: Hyper Reference.
15th Jul 2022, 3:05 PM
Felix Alcor
Felix Alcor - avatar
+ 2
<a href="http://link.com"> hyperlink </a>
16th Jul 2022, 1:53 AM
Oyeniyi Isaac
Oyeniyi Isaac - avatar