- 1
Someone help me how to create multiple pages in sololearn to display when i click links such us contact,home,about, etc
4 Respostas
0
Maybe you mean this?
<a href="page1.html">Go To Page1</a>
<a href="www.google.com">Go To Google</a>
Note page1.html must exist in folder
- 1
thanks but I wanted to know how to create different pages in the same code,so I can open them with the link,plz
- 1
yes that's what I mean but I want to do it with sololearn