Hi, i noticed that when i write a table and with all my figures in it, it doesnt display with the lines of the rows and columns. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Hi, i noticed that when i write a table and with all my figures in it, it doesnt display with the lines of the rows and columns.

Tables

26th Feb 2020, 9:30 PM
Chinonso
Chinonso - avatar
3 Respostas
+ 1
Ok, let me try it out. Thanks
26th Feb 2020, 10:01 PM
Chinonso
Chinonso - avatar
+ 1
You can also add a border to the table in CSS table, td{ border: 1px solid black; border-collapse: collapse: }
26th Feb 2020, 10:16 PM
Ready To Learn
Ready To Learn - avatar
0
Hi, do you use ā€œborderā€ attribute in your html or css code? html example: <table border=ā€œ1ā€> <tr> <td> ... </td> <td> ... </td> </tr> example for css: table { border: 4px double black; }
26th Feb 2020, 9:59 PM
Š”Š¼ŠøтрŠøŠ¹ Š’Š¾Š»Š¾ŃˆŠøŠ½
Š”Š¼ŠøтрŠøŠ¹ Š’Š¾Š»Š¾ŃˆŠøŠ½ - avatar