+ 1
How have 2/3 pages of html
Ok im french so i dont know if you will understand me. But i need help i have a html code and i want to have some page of html who interact with others. i done a <ul> with 3 <li> i have <li><a href="accueil.html">Accueil</a><li> an other li with the same synthax except accueil is description. and i want when i click on description for example be on a second code named description.html. Thanks for your help. https://code.sololearn.com/WTa473zU8YpJ/?ref=app https://code.sololearn.com/Wz9VHPVfV4M8/?ref=app
5 Respostas
+ 6
are you want to make a hyperlink to your second code from first code?
+ 4
copy your code link and paste it in <a> tag
example: <a href="https://code.sololearn.com/WTa473zU8YpJ/?ref=app"> LASTDAYONEARTH </a>
+ 4
an example for you
https://code.sololearn.com/W0OQGKH9I3bw/?ref=app
+ 1
i want naviguate through all my pages.
exemple on my first i want to go on my second or third.
on my second i want to go on my 1st or 3rd
and on my 3rd --> 1st ans 2nd
ty
+ 1
oh Thanks you so much :)