0
Why this line doesnt work
<table> <tr> <td> Blue </td> <td> Dark </td> </tr> </table>
7 odpowiedzi
+ 2
It should
+ 2
Try
<table border=2>
+ 1
it should give output
+ 1
is output blank??
+ 1
Write like this:-
<table border=3>
and not only <table>
+ 1
It does work with <table border="input">
0
Well it gives me just "Blue Dark" and there aint table. Can you guys help me out?