Tables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Tables

what's the benefits of tables

28th May 2018, 10:09 AM
Jedy_Okey
Jedy_Okey - avatar
12 Answers
+ 16
it displays your data in an organised way
28th May 2018, 10:11 AM
Arpit Mittal
Arpit Mittal - avatar
+ 13
Organised data, And sometimes best representation of any data in comparison to writing that data in texts(paragraphs) 😊
28th May 2018, 10:33 AM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
+ 2
thanks
28th May 2018, 10:15 AM
Jedy_Okey
Jedy_Okey - avatar
+ 2
hey ola
18th Oct 2019, 12:37 PM
Diego Sanchez
+ 2
guys can anyone tell me what does colspan attribute does.
8th May 2020, 6:08 AM
jeevan
+ 1
it can gather all information in one screen rather than two screens
29th May 2018, 8:20 AM
top ten
top ten - avatar
+ 1
Helps to view tables in what ever website you do
26th Aug 2020, 10:56 AM
Stark
Stark - avatar
0
hey what does colspan does.
8th May 2020, 6:07 AM
jeevan
0
Jeevan Colspan used to merge two or more columns to make one row. <table border="2"> <tr> <td>Red</td> </td>Blue</td> </tr> <tr> <td colspan="2"></br></td> </tr> </table> Try it once.hope u understand
21st May 2020, 10:21 AM
Nandini Reddy
0
Hello
29th Aug 2020, 6:18 PM
Adham Nematulloh
Adham Nematulloh - avatar
0
<table border="2"> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> </tr> <tr> <td><br /></td> <td colspan="2"><br /></td> </tr> </table>
2nd Jan 2021, 8:55 AM
Caleb Al-krumeh
Caleb Al-krumeh - avatar
0
For those who are asking what is <span> and <div> allow me to explain Both of them are used to group some html elements in order to apply CSS to them.In this case <span> is used for inline html elements while <div> is used block html elements. Hope it's understood
7th Jan 2022, 11:37 AM
Nano Tech