0
How can I share my created hyperlink?
5 Answers
+ 2
Rêyãnsh Sháh
Which hyperlink and where want to share?
+ 2
Rêyãnsh Sháh
Share your code.
+ 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.
0
Use this syntax
<a href="click of the source"></a>
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>