+ 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
3 Respostas
+ 2
➡ Table is rarely used in website so , you do not have to practice hardly ,
➡ Your level on "table" is enough for tables .
+ 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.'
+ 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.