0
How do I link my cantact page to my home page
Using Html, how can I link my contact page or about page in the navigation to the home to enable easy access by clicking
4 Respostas
+ 8
Abeiku Arkoh you can create an link between those two pages 🔗 like
<a href="path of navigation"> navigation</a>
<a href="#"onClick="alert('you are already at page number 1')">Navigation</a>
+ 8
Abeiku Arkoh inbetween body tag or where you want to show or make that clickable link to go on navigation page
0
So where should i put this
0
Okay