How can I share my created hyperlink? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I share my created hyperlink?

14th Jan 2021, 3:47 PM
Rêyãnsh Sháh
Rêyãnsh Sháh - avatar
5 Answers
+ 2
Rêyãnsh Sháh Which hyperlink and where want to share?
14th Jan 2021, 4:04 PM
A͢J
A͢J - avatar
+ 2
Rêyãnsh Sháh Share your code.
14th Jan 2021, 4:18 PM
A͢J
A͢J - avatar
+ 2
Rêyãnsh Sháh Your files should be in same folder then your link will be open. You should know how to put file path in hyperlink. Your linked file should be with proper path.
14th Jan 2021, 5:00 PM
A͢J
A͢J - avatar
0
Use this syntax <a href="click of the source"></a>
14th Jan 2021, 4:23 PM
Atul [Inactive]
0
Here is my code for hyperlink but I can't open it from Chrome browser. <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <a href="Font.html">Open Font Tag</a> <br /> </body> </html>
14th Jan 2021, 4:30 PM
Rêyãnsh Sháh
Rêyãnsh Sháh - avatar