0
Can I use a HTML file as link?
While practicing offline, in the HTML tag, <a href:"link here">word here<a> Can I use a HTML file location like this: <a href:"C://Folder1/eg.HTML">word here <a> ?
4 ответов
+ 2
Yes you can put anything you want and you will be redirected to that page.
location in the browser is like this:
File://C:/.....
You have to put file
+ 2
if the file is in your Phone then it won't be working here in sololearn code playground
+ 2
because C: is a windows location
for phone:
File://storage/...
+ 2
only works if you have the file on your PC