Here is something I put together really quick. It is just some screencaps and a basic HTML file that shows you how to insert tables.
Keep in mind I showed defining a Primary Key. This will allow you to have each row (or section of data) have one single unique identifier, for modificaiton, reading and deletion. very important to use.
Additionally I use tinyint (as I setup a table for Playing Cards as the example). Be sure to use the proper data type that you have. IF you are unsure, varchar is like a string... text is if you have a LOT of data (text data of course).
If you have any Data Type Specific questions, feel free to ask.
I have included a Zip File. It is i a bunch of images with a tutorial.html file.
Best of Luck!