How Can I Make a Navbar In My First Website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

4th Aug 2018, 1:04 PM
Marceline Zora
Marceline Zora - avatar
8 Answers
+ 2
https://code.sololearn.com/WOzzPXc03s3r/?ref=app I made this example long time back, this might help you.
4th Aug 2018, 1:10 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
Oh thanks 😁😁
4th Aug 2018, 1:41 PM
Marceline Zora
Marceline Zora - avatar
4th Aug 2018, 1:08 PM
Calviղ
Calviղ - avatar
+ 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
4th Aug 2018, 9:51 PM
Chris Schoellen
Chris Schoellen - avatar
+ 1
yeah I made it in all the day 😂😂
5th Aug 2018, 5:46 AM
Marceline Zora
Marceline Zora - avatar
+ 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
21st Dec 2018, 11:22 PM
Chris Schoellen
Chris Schoellen - avatar
0
it's kinda hard but you can check out on w3schools.com you'll find it pretty useful
5th Aug 2018, 1:04 AM
Uche Favour
Uche Favour - avatar
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?
17th Dec 2018, 3:20 AM
EJ Link
EJ Link - avatar