Why this line doesnt work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why this line doesnt work

<table> <tr> <td> Blue </td> <td> Dark </td> </tr> </table>

30th May 2017, 3:18 PM
Matthew Nguyen
Matthew Nguyen - avatar
7 Answers
+ 2
It should
30th May 2017, 3:19 PM
Madera Oxidada
Madera Oxidada - avatar
+ 2
Try <table border=2>
30th May 2017, 3:21 PM
Harsh
Harsh - avatar
+ 1
it should give output
30th May 2017, 3:19 PM
Harsh
Harsh - avatar
+ 1
is output blank??
30th May 2017, 3:19 PM
Harsh
Harsh - avatar
+ 1
Write like this:- <table border=3> and not only <table>
30th May 2017, 3:23 PM
Harsh
Harsh - avatar
+ 1
It does work with <table border="input">
30th May 2017, 3:24 PM
Matthew Nguyen
Matthew Nguyen - avatar
0
Well it gives me just "Blue Dark" and there aint table. Can you guys help me out?
30th May 2017, 3:21 PM
Matthew Nguyen
Matthew Nguyen - avatar