Can anyone tell me how to code in that top bar on websites with menu and search. Please😟 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can anyone tell me how to code in that top bar on websites with menu and search. Please😟

I don't know how to code that awesome headers with menu&search button so I am using horizontal lines instead of that header help me if you need to see my crappy looking site I am clipping it to this post https://code.sololearn.com/WSsj533tHAy0/?ref=app

22nd Mar 2020, 6:52 PM
Atoms~⚛
Atoms~⚛ - avatar
2 Answers
0
Use the <nav> tag for grouping top-level links. Use <header> for creating the banner or header of the page. Use headings <h1> to <h6> in their correct order. <h1> should come before <h3>.
22nd Mar 2020, 7:52 PM
Ore
Ore - avatar
0
Its so easy you can start from code <nav> and set position absolute and top = 0 this is the simple navbar you can add navigation navbar Collapsing navbar or etc
22nd Mar 2020, 8:26 PM
Mohammad
Mohammad - avatar