+ 5
How Can I Make a Navbar In My First Website?
Hi, I am newbie here and my English is not so well so forgive me if I make a mistake :P. How can I make a navbar in Sololearn? I have index.html and aboutme.html and I wanna make a "About me!" page but I can't. My codes: <table> <tr> <td><a href="aboutme.html">About me!</a></td> </tr>
8 Respostas
+ 2
https://code.sololearn.com/WOzzPXc03s3r/?ref=app
I made this example long time back, this might help you.
+ 2
Oh thanks 😁😁
+ 1
Check out this code
https://code.sololearn.com/W7UY2NaZMr83/?ref=app
+ 1
These answers should help you make a Navigation-Bar. If you want to make links to other sites that open in a new tab use the proptery target="_blank" in the a-Tags
+ 1
yeah I made it in all the day 😂😂
+ 1
EJ Link No you only need to write the HTML-Code once, but with links to your other sites. Then you just need to copy/paste the Code on every other page you want
0
it's kinda hard but you can check out on w3schools.com you'll find it pretty useful
0
I am trying to make a navigation bar also. So what I understand is you have to code every page separately and then put a link to it on different pages. Correct?