How to insert links in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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
5 Answers
+ 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
Note that sololern does not have access to your repository, so you can only link to the image, or use a professional code editor To get a link to an image, upload it to a photo stock and copy the link to the image Happy coding!
29th Dec 2022, 9:02 PM
Knight
Knight - 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