Can someone teach me how to make tables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone teach me how to make tables

HTML

12th Aug 2022, 5:44 PM
Semilore Akinyode
7 Answers
+ 3
Html table use next tags: <table></table> this is parent tag what tell browser that we would make table inside html <tr></tr> this is table row <td></td> this tag is nested inside tr tag, and it is table data, here you can add text, images.... Some additional tag(your table dont nees to use this tag) <th></th> table header, it is similar as td tag,this is is used in first row, where you can place titles Check this to see code in action: https://www.w3schools.com/html/html_tables.asp Also complete html course here it cover basic of html tables and some styling
12th Aug 2022, 6:08 PM
PanicS
PanicS - avatar
+ 1
Morayo Adesina Every course here in sololearn is free, you dont have to pay anything to complete it. Some code coaches are locked just for pro members or can be unlocked with bits. But you dont have to complete this to learn every lection and get certificate. If you still can't this is bug and you can report it by sending email at: info@sololearn.com
13th Aug 2022, 10:09 AM
PanicS
PanicS - avatar
0
Google wallet isn't available in my country ,so I couldn't complete the HTML course
12th Aug 2022, 6:35 PM
Semilore Akinyode
0
That's weird! I started and have completed the HTML lesson today without need for a wallet
12th Aug 2022, 10:44 PM
White Shadow
White Shadow - avatar
0
How do I use bits to unlock projects
13th Aug 2022, 1:33 PM
Semilore Akinyode
0
In html course this is reserved only for pro members, but in other courses like javascript, you can unlock code coach with bits. When you are at last lection of some topic you will see code coach and option to pay with bits to solve this. To practice html you can make your own codes
13th Aug 2022, 7:41 PM
PanicS
PanicS - avatar
0
Thanks
14th Aug 2022, 11:27 AM
Semilore Akinyode