Why isn't my link not working in HTML? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why isn't my link not working in HTML?

So today I tried to make a link with this code <a href="r.mtdv.me/articles/ugrro">Text</a> and when I clicked it it showed a blank screen.

29th Aug 2023, 12:58 PM
Dedicatedon Duolingo
Dedicatedon Duolingo - avatar
1 Resposta
+ 5
Dedicatedon Duolingo Code is not working because it is missing the "http://" or "https://" protocol at the beginning of the URL.. To fix this use like this:- <a href="http://r.mtdv.me/articles /ugrro">Text</a>
29th Aug 2023, 1:51 PM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar