How to make a proper list in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a proper list in HTML?

I have two questions... 1. I am making my website and on my top navbar all the buttons are stuck to the top of the navbar, leaving tons of space below.. so it looks awful. How would i position them half in between the top and half in between the bottom? 2. I have a logo in the middle of my navbar and I want to use media queries to make it disappear when the user is on a phone, how would I do so?

29th Jun 2018, 8:23 PM
Kyle
Kyle - avatar
2 Answers
+ 2
Kyle please post the link to the code if you saved it, that way we could help with it
29th Jun 2018, 11:14 PM
Dlite
Dlite - avatar
+ 1
So easy...... <ul> <li>thing in list</li> </ul> ..........add items in li tag
31st Jul 2020, 3:15 PM
Anas Dharar
Anas Dharar - avatar