0
How to insert links in html
I am learning html how much time it takes
4 Answers
+ 3
<a href="example.com">My link</a>
or
<a href="example.html">My link</a>
+ 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.
+ 1
Please use relevant tags for the post
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
use the <a> tag with the href(hypertext reference) like so <a href="link" >link</a>