+ 1
How to link web pages
if I am creating a web page and I want to link two web pages on this app how to do it
2 odpowiedzi
0
Simply use the anchor tag
<a href="url" > Link Text</a>
Thats it..
if I am creating a web page and I want to link two web pages on this app how to do it