+ 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 😅?
2 Respostas
+ 6
You wrote it wrong the Code is <a href="{URL}"></a> and not herf
edit: Hyper Reference.
+ 2
<a href="http://link.com"> hyperlink </a>