How to insert links in html | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to insert links in html

I am learning html how much time it takes

29th Dec 2022, 5:49 PM
barkat gaming
barkat gaming - avatar
4 Respuestas
+ 3
<a href="example.com">My link</a> or <a href="example.html">My link</a>
29th Dec 2022, 6:10 PM
NinjaGamer
NinjaGamer - avatar
+ 1
<a href="https//sololearn.com">Sololearn</a> Do not forget to put "https//" or "http//" At the beginning of the link, make sure the link is well written. And if it is a file you have to put the address of the file.
29th Dec 2022, 10:29 PM
Ciro Ferber
Ciro Ferber - avatar
+ 1
Please use relevant tags for the post https://code.sololearn.com/W3uiji9X28C1/?ref=app
30th Dec 2022, 2:38 AM
Ipang
0
use the <a> tag with the href(hypertext reference) like so <a href="link" >link</a>
31st Dec 2022, 1:53 PM
Beb