Is there a way to create six equally sized divisions within a div without using tables or plugins?
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
I want to avoid setting the width of each division to 16.66% as it won't fill the whole width space when the browser is resized (the total percentage would add up to only 99.96%).