Posts by Alex Ayub • 11 points
2 posts
-
1
votes2
answers1368
viewsA: Is it a good idea to use JSON as a database?
JSON is a format , for example : Cliente = { Nome: 'Fulano', Sobrenome: 'teste', Idade: 36 } This is an example of json, it is a format, moreover today standard to work with the communication…
-
0
votes2
answers32
viewsA: Doubt about how to add a border to this line
table { border-collapse: collapse; } td { padding: 10px 0; /* 10px top & bottom padding, 0px left & right */ border-width: 1px 0; /* 1px top & bottom border,…