+ 2
I have a simple ((DB-edit))text table and want to display it nicely and interactively. What tools shall I use?
I'm a beginner, so the simpler, the better. And there is no SQL server, so w/o SQL.
4 ответов
+ 1
use html, css and if now you know, use SQL
+ 1
Karel Vlcek If you need a client side DB use indexeddb
0
@Rafael thank you for your answer! But I can't use sql nor php. Only client side...
0
use html table tag, the style use css and the interaction use JavaScript