0
How do I link 2 html pages that are both aren't index.html?
I don't have example because I can't show this here
6 Antworten
+ 1
<select>
<option>game</option>
<option>snake</option>
</select>
That?
+ 1
Emmanuel David Miranda I already figured out, thanks for trying to help anyway
I meant like <a href="snake.html">Snake</a>
0
I didn't understood your question, can you please give more elaboration??
Might this helps??:
https://www.w3schools.com/html/html_links.asp
0
NEZ I meant like - let's say I have 2 pages
1.snake
2.games
I want have a button that navigates me from snake to games
0
Kinda , but nvm I understood the mistake I done