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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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