Posts by Marcos Antônio Dos Santos • 63 points
2 posts
-
3
votes4
answers63
viewsQ: Positioning of li’s on the page
I would like to make my li spread evenly across the page width. How can I do this with css?
-
3
votes1
answer222
viewsQ: How to handle multiple inputs with the same name in Java?
How do I manipulate in the back-end using multiple Java input's with the same name? For example: <input type='text' name='telefone' ><br> <input type='text' name='telefone'…