0
Please someone give me the program of horizontal list to create a menu.
3 Respuestas
+ 4
Here you go...
https://code.sololearn.com/W7UY2NaZMr83/?ref=app
+ 4
https://code.sololearn.com/W2hFflstdD86/?ref=app
try this perhaps
+ 1
Just experiment with <ul> or <table>
Just create ul and but the <li>'s inside it.
Hope it helps
<ul>
<li>
<a href="register.html">Register<a/>
</li>
<li>
<a href="login.html">Login<a/>
</li>
<li>
<a href="somemoreshit.html">some more shit<a/>
</li>
</ul>