+ 1
Can someone teach me how to make tables
HTML
7 odpowiedzi
+ 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
+ 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
0
Google wallet isn't available in my country ,so I couldn't complete the HTML course
0
That's weird! I started and have completed the HTML lesson today without need for a wallet
0
How do I use bits to unlock projects
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
0
Thanks