Posts by Fabricio Junior • 1 point
2 posts
-
0
votes1
answer87
viewsQ: Adding rows and columns in DOM table
I’m having difficulty using DOM to generate an HTML table. Follow my code. function table(){ let max=100; let table = document.getElementById('tableNumber'); table.innerHTML += '<tr>'; for…
-
0
votes1
answer217
viewsQ: List database query in two columns for the user. - PHP
I am developing a simple system to practice my knowledge and I am at a time I want to perform a query to the database and resume on the screen in two columns, the part of the query is ok, but lists…