- 1
How to back on web page to Home Screen of mobail by using html 5 code ?
i want to know how to back on web page to Home Screen of mobail by using html 5 code
1 Respuesta
0
if you just want to link to the homepage you can <a href="/">Homepage</a>
adding the slash infront of the text redirect FROM the root folder if you remove the slash it will look for that ref inside the current web pages folder.