+ 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
3 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>.
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