Table not displaying | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Table not displaying

Hey guys, Iā€™ve tried to add a table onto my Textedit Example: <table> <tr> <td>hello</td> </tr> </table> End result: just the text displaying but no visual table. Can anyone advise why?

28th Jul 2019, 7:52 PM
Kay
Kay - avatar
2 Respostas
+ 12
Kay give table an border currently there is no border so table is not showing <table border="2"> <tr> <td>Hello</td> </tr> </table>
28th Jul 2019, 8:03 PM
GAWEN STEASY
GAWEN STEASY - avatar
0
thanks GAWEN STEASY !!šŸ‘šŸ¼šŸ‘Œ
28th Jul 2019, 8:14 PM
Kay
Kay - avatar