Learning tables in html. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Learning tables in html.

Any Advice i can get for learning tables. This is what i got so far, it took me a while to figure out the structture and where the data goes. https://code.sololearn.com/WtaRV7GWIq2P/?ref=app

10th Jul 2018, 10:30 AM
Thomas
Thomas - avatar
3 Answers
+ 2
➡ Table is rarely used in website so , you do not have to practice hardly , ➡ Your level on "table" is enough for tables .
10th Jul 2018, 10:35 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
It helps to remember what each element stands for. tr = table row td = table data th = table heading Then you just think to yourself, 'Ok I need a new row, tr, then I need 3 pieces of data in this row, td td td.'
10th Jul 2018, 10:36 AM
James
James - avatar
+ 1
Thats one problem i ran into was memorizing what the element names were so i just wrote it down as i made the table.
10th Jul 2018, 10:40 AM
Thomas
Thomas - avatar