Navigation bar in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Navigation bar in html

Whatโ€™s the best way to design and make a navigation bar responsive in html

22nd Mar 2020, 10:56 PM
Fakanbi David
6 Answers
+ 3
You can use boostrap. Check out this lesson about navbar with bootstrap. I know it is a simple example but if you investigate a little more you can see quite practical examples and easy to implement https://www.sololearn.com/learn/1592/?ref=app
22nd Mar 2020, 11:00 PM
Cmurio
Cmurio - avatar
+ 2
Guy I'm people who play with you.You're cool make good site
10th Jun 2020, 8:15 AM
๐Ÿฏ๐Ÿ˜‚ โ“ƒ๐•†๏ฝ”เธ„๐”Ÿฮนลฆฯ‚๐ก ๐Ÿ˜ณโ˜ฏ
๐Ÿฏ๐Ÿ˜‚  โ“ƒ๐•†๏ฝ”เธ„๐”Ÿฮนลฆฯ‚๐ก  ๐Ÿ˜ณโ˜ฏ - avatar
0
i know but i just want to know how to do it traditionally
22nd Mar 2020, 11:05 PM
Fakanbi David
0
thank you
22nd Mar 2020, 11:17 PM
Fakanbi David
0
Hello, You can simply use the bootstrap media-query for the same. Media-query is nothing but simply a different CSS code for the different display sizes. I have tried the code of navigation bar which you can refer at following link. https://codepen.io/hanlinC/pen/dJwil
24th Mar 2020, 6:20 AM
Ishan Shah
Ishan Shah - avatar