Here is code for Hyperlink but I can't open it from Chrome browser...I created it from my html app.help me | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Here is code for Hyperlink but I can't open it from Chrome browser...I created it from my html app.help me

<!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:32 PM
Rêyãnsh Sháh
Rêyãnsh Sháh - avatar
1 Respuesta
+ 1
This problem is very common on mobile phones for some reason. Check the following things: 1. Is the font.html file stored in the SD card? If that is the case, then the browser will not open the file. 2. Is the font.html file in the same directory as the file shown?
14th Jan 2021, 5:04 PM
XXX
XXX - avatar