How many columns does this table have? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How many columns does this table have?

<table> <tr> <td>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> <td>Cell 4</td> </tr> <tr> <td>Cell 5</td> <td>Cell 6</td> <td>Cell 7</td> <td>Cell 8</td> </tr> </table> 2 4 6 8

15th Dec 2018, 9:35 PM
Jeffrey Gilbert
Jeffrey Gilbert - avatar
3 Answers
+ 5
Is this a challenge for us or for you? ^^ Please make sure to check the code in code playground, it's really convenient. And if you want to post challenges for other users, use the "create quiz" option or post it in your feed. As for the code, <tr> tag is for rows, td is for data/column, so you have two rows and four columns. Cheers!
15th Dec 2018, 10:19 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 1
The table has 4 columns. You can see it in the HTML example https://code.sololearn.com/WFdXJdyue8Cz/?ref=app
15th Dec 2018, 9:43 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
0
R
1st Jan 2023, 5:14 PM
Bharath Krishna
Bharath Krishna - avatar