I have a UL > li's in my html, and the li’s are set to float: left.
My doubt is how to separate them, inside a father div, equally, so that doesn’t matter how many li’s are in the ul, they still have the same spacing between them?
If li’s are not ‘good’ to do that, what is better?
As per I understand is better you can write like this:
You can also use
display:tableproperty for this. Write like this: