Store multiple data in browser local storage DB & view in a table

I have created a form using HTML, now I won't save the input data into my browser's local storage DB. I want to same multiple inputs, not just one.
how do I do it
I believe I need to use javascript but I'm not strong with it and am still learning it.
I have done the CSS and HTML.